body {
    background-color: #ECECEE;
    font-family: 'Open Sans';
    /* overflow-x: hidden; */

}

.header {
    width: 100%;
    height: 80px;
}

.arm {
    color: #606061;
    font-size: 24px;
    font-weight: 700;
    margin-top: -63px;
    margin-left: 90px;
}

.home-svg {
    margin-top: 0px;
    position: absolute;
}

.home-span {
    margin-left: 22px;
    text-decoration: underline;
}

button.home-page {
    height: 23px;
    width: 100px;
    /* margin-top: 70px; */
    margin-left: 100px;
    color: #2B2A2A;
    font-size: 16px;
    border: none;
    background: none;
    position: relative;
}

.main {
    display: flex;
    flex-direction: column;
    position: absolute;
}

.main-content {
    display: flex;
}

div.all-dashboard {
    max-width: 350px;
    height: 1200px;
    margin-left: 10px;
    background-color: #F6F6FA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 25px;



}

.dashboard-title {
    color: #662F05;
    display: flex;
    margin-left: 30px;
}

h1.dashboard {
    margin-left: 30px;
    font-size: 32px;
    font-weight: 600;

}

.dahsboard-svg {
    margin-top: 36px;
    position: absolute;
}

.dashboard-menus {
    color: #6B7280;
    font-weight: 200;
    font-size: 32px;
    /* margin-left: 30px; */

}



button.edit-profile {
    background: none;
    color: #6B7280;
    border: none;
    margin-left: 24px;
    margin-top: 35px;


}

button.edit-profile:hover {
    color: #2c2f35;
}

span.edit-profile {
    margin-left: 30px;
    font-size: 28px;
}

.edit-svg {
    position: absolute;
    margin-top: 7px;
}

button.change-passwrd {
    background: none;
    color: #6B7280;
    border: none;
    margin-left: 24px;
    margin-top: 35px;
}

button.change-passwrd:hover {
    color: #2c2f35;
}

span.change-psswrd {
    margin-left: 30px;
    font-size: 28px;
}

svg.password-svg {
    position: absolute;
    margin-top: 7px;
}

button.settings {
    background: none;
    color: #6B7280;
    border: none;
    margin-left: 24px;
    margin-top: 35px;

}

button.settings:hover {

    color: #2c2f35;

}

span.settings-text {
    margin-left: 30px;
    font-size: 28px;
    color: inherit;

}

.settings-svg {
    position: absolute;
    margin-top: 7px;

}




body {
    background-color: #ECECEE;
    font-family: 'Open Sans';
    overflow-x: hidden;

}





.dashboard-title {
    color: #662F05;
    display: flex;
    margin-left: 30px;
}

h1.dashboard {
    margin-left: 30px;
    font-size: 32px;
    font-weight: 600;

}

.dahsboard-svg {
    margin-top: 36px;
    position: absolute;
}

.dashboard-menus {
    color: #6B7280;
    font-weight: 200;
    font-size: 32px;
    /* margin-left: 30px; */

}



button.edit-profile {
    background: none;
    color: #6B7280;
    border: none;
    margin-left: 24px;
    margin-top: 35px;


}

button.edit-profile:hover {
    color: #2c2f35;
}

span.edit-profile {
    margin-left: 30px;
    font-size: 28px;
}

.edit-svg {
    position: absolute;
    margin-top: 7px;
}

button.change-passwrd {
    background: none;
    color: #6B7280;
    border: none;
    margin-left: 24px;
    margin-top: 35px;
}

button.change-passwrd:hover {
    color: #2c2f35;
}

span.change-psswrd {
    margin-left: 30px;
    font-size: 28px;
}

svg.password-svg {
    position: absolute;
    margin-top: 7px;
}

button.settings {
    background: none;
    color: #6B7280;
    border: none;
    margin-left: 24px;
    margin-top: 35px;

}

button.settings:hover {

    color: #2c2f35;

}

span.settings-text {
    margin-left: 30px;
    font-size: 28px;
    color: inherit;

}

.settings-svg {
    position: absolute;
    margin-top: 7px;

}

div.profile-part {
    background-color: #F6F6FA;
    height: 450px;
    width: 100%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 15px;
    margin-left: 20px;
}



.about-profile {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

/* background image with gradient applied only to image */
.bckg-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('/profile_bckground_img.jpg') center/cover no-repeat;
    transform: scaleX(-1);
    z-index: 0;
    /* behind profile-info */
}

/* content on top */
/* .profile-info {
    position: absolute;
    margin-top: 50px;
    margin-left: 30px;
    z-index: 1;
    text-align: center;
    color: white;
    display: flex;
    width: 1030px;
    height: 257px;
}

 
.profile_img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    margin-bottom: 10px;
}


.full-name {
    font-size: 43px;
    margin-left: 57px;
    margin-top: 50px;
}

.profession {
    margin-top: 120px;
    margin-left: -206px;
    font-size: 18px;
    font-weight: 600;
}

.loc-lang {

    height: 57px;
    width: 640px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    margin-top: 160px;
    margin-left: -76px;
} */



.profile-info {
    width: 1030px;
    height: 257px;
    margin-top: 50px;
    margin-left: 30px;
    position: absolute;

    z-index: 1;
    display: flex;
    /* horizontal layout: image + text */
    gap: 40px;
    /* space between image and text stack */
}

/* Profile image stays same */
.profile_img {
    width: 202px;
    height: 202px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
}


.profile-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    margin-top: 50px;
    width: 720px;
    max-width: 720px;

}

.full-name {
    font-size: 40px;
    margin: 0;
    word-break: break-word;
    margin-top: -20px;
}

.profession {
    /* font-size: 18px; */
    font-weight: 600;
    margin: 0;
    width: 720px;
    word-break: break-word;
    margin-left: 2px;
}

.loc-lang {
    height: 50px;
    width: 580px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    margin-left: 248px;
    margin-top: 135px;
    display: flex;
    position: absolute;

}

.loc-svg {
    position: absolute;
    margin-top: 15px;
    margin-left: 20px;
}

#locid {
    font-size: 21px;
    color: white;
    font-weight: 600;
    margin-left: 44px;
    margin-top: 10px;
}

.languages-svg {
    position: absolute;
    margin-top: 15px;
    margin-left: 200px;
}

#langid {
    color: white;
    font-size: 21px;
    font-weight: 600;
    margin-left: 225px;
    margin-top: 10px;
}

.personal-div {

    background-color: #F6F6FA;
    max-width: 100%;
    /* width: 100%; */
    height: 580px;
    border-radius: 20px;
    margin-left: 381px;
    margin-top: -730px;
}


button.edit-profile-button {
    background: #FFFFFF;
    border: 1px solid #662F05;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: absolute;
    width: 200px;
    height: 43px;
    left: 780px;
    top: 205px;
    color: #662F05;
    font-size: 16px;
}

button.edit-profile-button:hover {
    background: #efefef;
}

div.account-overview {
    display: flex;
}

h1.account-overview {
    color: #662F05;
    /* font-size: 40px; */
    font-weight: 700;
    /* margin-top: 40px; */
    margin-left: 40px;
}

p.account-overview {
    color: #6B7280;
    font-size: 28px;
    margin-top: 27px;
    margin-left: 350px;
}

span.percent {
    color: #662F05;
}

.div-title {
    /* font-size: 42px; */
    color: #662F05;
    font-weight: 700;

}

svg.personal-svg {
    margin-top: 13px;
    margin-left: 15px;
    position: absolute;
}

div.personal {
    border-bottom: 1px solid lightgray;
    margin-left: 40px;
}

.person-info {
    margin-left: 40px;
    width: 260px;
    margin-top: -20px;
}

.person-info p {
    color: #6B7280;
    font-size: 19px;
}

.person-info span {
    color: #662F05;
    font-size: 19px;
}

.email-a {
    color: #662F05;
    font-size: 19px;
    position: absolute;
    margin-top: -16px;
}

.email-a:visited {
    color: #662F05;

}

.current-location {
    font-size: 21px;
    color: #662F05;
    position: absolute;
    margin-top: -16px;
}

span.langs {
    position: absolute;
    margin-top: -16px;
}

span.birth-place {
    position: absolute;
    margin-top: -16px;
}

div.item {
    margin-top: 60px;
}

hr.vertical-line {

    width: 370px;
    height: 0.4px;
    background-color: lightgray;
    border: none;
    transform: rotate(90deg);
    position: absolute;
    margin-left: 105px;
    margin-top: -115px;

}



.activity {
    color: #662F05;
    font-weight: 700;
    font-size: 28px;
}

.add-activity {
    width: 371px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 21px;
    border: none;
    color: #272D6E;
    margin-bottom: 25px;
}

.add-activity:hover {
    background-color: #f6f6f6;
}

.personal-info {
    margin-left: 330px;
    margin-top: -300px;

}


.activity-hr {
    background-color: lightgray;
    margin-top: 25px;


}

span.phone {
    color: #662F05;
    font-weight: 700;
    font-size: 28px;

}

.phone-number {
    color: #662F05;
    font-weight: 300;
    font-size: 28px;
}

.phone-button {
    width: 223px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 21px;
    border: none;
    padding-left: 20px;
    color: #272D6E;
    margin-bottom: 25px;
}

.phone-button:hover {
    background-color: #f6f6f6;
}


.social-media {
    color: #662F05;
    font-weight: 700;

}

.social-media-links {
    font-weight: 300;
    color: #662F05;
    font-size: 28px;

}

.linkedin-button {
    width: 61px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 8px;
}

.facebook-button {
    width: 61px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 8px;
}

.google-button {
    width: 61px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 8px;
}

svg.google-svg {
    margin-top: 2px
}

.social-buttons {
    display: flex;
    gap: 10px;
}

.add-link {
    width: 230px;
    height: 45px;
    background: #E1E0E1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: none;
    font-size: 21px;
    color: #662F05;
    margin-left: 231px;
}

.add-link:hover {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.45);
}

div.all-organizations {
    max-width: 100%;
    height: 490px;
    background-color: #F6F6FA;
    border-radius: 20px;
    margin-left: 381px;
    margin-top: 35px;
    margin-bottom: 80px;
}

h1.organization {
    /* font-size: 42px; */
    color: #662F05;
    font-weight: 700;
}

.organization-svg {
    margin-top: 13px;
    margin-left: 15px;
    position: absolute;
}

div.organizations {
    border-bottom: 1px solid lightgray;
    margin-left: 40px;
    display: flex;
}

.add-org {
    width: 264px;
    height: 49px;
    background: #E1E0E1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 21px;
    color: #662F05;
    border: none;
    margin-left: 110px;
    margin-top: 20px;
}

.add-org:hover {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.45);

}

.home-page-url {
    color: #606061;
    text-decoration: none;
}

.home-page-url:visited {
    color: #606061;
    text-decoration: none;
}


.organization-cards {
    margin-left: 40px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 488px);
    gap: 20px;
}

.organization-card {
    border: 1px solid #BCBCBC;
    width: 430px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 4px;
    background: none;
}

.org-img {
    width: 96px;
    height: 84px;
    border-radius: 8px;
    object-fit: cover;
}

.org-info {
    flex: 1;
    margin-left: 16px;
}

.org-name {
    font-size: 20px;
    font-weight: 600;
    color: #662F05;
    margin: 0;
}

.org-position {
    font-size: 18px;
    font-weight: 600;
    color: #662F05;
    margin: 4px 0;
}

.org-date {
    font-size: 16px;
    color: #888;
    margin: 0;
}

.org-arrow {
    font-size: 28px;
    color: #662F05;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entrepreneurship-div {
    border-bottom: 1px solid lightgray;
}


.phone-div {
    border-bottom: 1px solid lightgray;
}



.settings-panel {
    display: none;
    flex: 1;
    padding-left: 40px;

    background-color: #f9f9f9;
    margin-left: 30px;
    width: 900px;
    border-radius: 20px;
}

.settings-h2 {
    color: #662F05;
    font-size: 32px;
    margin-top: 30px;
}

#logoutBtn {
    font-size: 21px;
    width: 150px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 21px;
    border: 1px solid gainsboro;
    color: #662F05
}

#logoutBtn:hover {
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.45);

}


#backToProfile{
    font-size: 21px;
    width: 200px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 21px;
    border: 1px solid gainsboro;
    color: #662F05
}
