@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');

* {
  /* padding: 0px; */
  margin: 0px;
  font-family: Manrope;
  text-decoration: none;
  color: #383838;
}


main {
  /* background-color: black; */
  display: flex;
  /* border: 2px solid green; */
  justify-content: space-around;
  position: relative;
}

.leftSection,
.rightSection {
  /* border: 2px solid red; */
  position: relative;
  top: 20px;
  /* margin-left: auto;
  margin-right: auto; */
}

.leftSection {

  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}

.left {
  width: 27%;
  height: 543px;
}

.leftSectionImg img {
  width: 100%;
}

.left_down {
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 25px;
  display: flex;
  padding: 15px;
  margin-top: 3pc;
}

.ldhead {
  font-weight: bolder;
  margin-top: 38px;

}

.profilePhoto {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;

  /* flex-grow: 1; */
}

.profilePhoto img {
  max-width: 116px;
  height: 116px;
  margin-top: -95px;
  border-radius: 100%;
}

#logoEdit,
#logoEdit1 {
  width: 36px;
  height: 36px;
  /* margin-left: 50px; */
  /* padding-left: 70px; */
  /* padding-right: 10px; */
}

#logoEdit1 {
  opacity: 0;
}

#profilePhoto {
  /* margin-left: 25px; */
}

.nameInfo {
  text-align: center;
}

.name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.id {
  opacity: 60%;
  font-size: 16px;
  font-weight: 400;
}

.followers,
.following {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 5px;
}

.fourtyseven {
  font-weight: 700;
}

.socialMedia img {
  padding-top: 15px;
}

.utilityBar img {
  padding: 20px;
}

.rightSection {
  width: 57%;
  flex-direction: column;
  justify-content: space-between;
}

.rightSection h3 {
  font-size: 1.12rem;
  font-weight: 700;
}

.topBar {
  display: flex;
  justify-content: space-around;
  /* height: 64px; */
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 14px;
}

.topBar a {
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 28px;
}

.topBar a:hover {
  background-color: #008037;
  color: white;

  border-radius: 4px;
}


.about {
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}

.about h3 {
  padding: 15px 10px 0 10px;
}

.about>div {
  padding: 0 10px;
}

.bioBar {
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 6px;
  /* height: 176px; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 18px;
  padding: 10px;
  gap: 10px
}




.bioBar p {
  color: #8b8b8b;
  padding: 0 10px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;

  /* margin-left: 23px; */
  /* margin-top: -13px; */
}

#para {
  padding-bottom: 10px;
}

.bioBar img {
  height: 36px;
  width: 36px;
  padding-top: 15px;
  /* margin-right: 22px; */
}



.bioBar h3 {
  /* margin-left: 23px; */
  /* padding: 0 10px; */
}

.bioBarTop {
  display: flex;
  justify-content: space-between;

}

.experienceBar {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 14px;
}

.experienceBar img {
  height: 36px;
  width: 36px;
  margin: 15px 8px 0px 0px;
}

/* .experienceBar h3 {
  margin-left: 23px;
  margin-top: 15px;
} */

.experienceBarTop {
  display: flex;
  justify-content: space-between;
}

.educationBar {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 14px;
}

.educationBar img {
  height: 36px;
  width: 36px;
  margin: 15px 8px 0px 0px;
}

/* .educationBar h3 {
  margin-left: 23px;
  margin-top: 15px;
} */

.educationBarTop {
  display: flex;
  justify-content: space-between;
}

.skillsBar {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 6px;
}

.skillsBar h2 {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #d0cece;
  padding: 5px 10px 5px 10px;
  /* margin-left: 23px; */
  margin-right: 76px;
}

#research {
  border-bottom: 0px;
  padding-bottom: 10px;
}

/* .skillsBar h3 {
  margin-left: 23px;
  margin-top: 15px;
} */

.skillsBar img {
  height: 36px;
  width: 36px;
  margin: 15px 8px 0px 0px;
}

.skillsBarTop {
  display: flex;
  justify-content: space-between;
}

.posts {
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 6px;
}

.postsTop {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
}

.posts1 {
  display: flex;
  /* flex-direction: column; */
  gap: 22px;
  /* border: 1px solid red; */
  padding: 24px 23px 40px 23px;
  position: relative;
  z-index: 1;

}

.posts1:before {
  content: "";
  position: absolute;
  left: 4%;
  bottom: 0;
  height: 1px;
  width: 92%;
  /* or 100px */
  border-bottom: 1px solid #D0CECE;


}


.posts1Img img {
  width: 160px;
  height: 163px;
}


.posts1Content {
  display: flex;
  flex-direction: column;
}


.emotions {
  font-size: 14px;
  font-weight: 500;
  color: #bf1e2e;
}

.emotionsDate {

  font-size: 14px;
  font-weight: 500;
  color: black;
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;

}

.posts1Content1 {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;

}

.posts1Content2 {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #8B8B8B;
  ;
}


.posts1Icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0px;
  width: 60%;

}



.posts1Icons div {
  display: flex;
  gap: 10px;
}


.moodboard {
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px;
  /* background-color: black; */
}

.moodboardTop {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
}

.moodboardContent {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 80%;
}

.moodboardContent div {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #8b8b8b;

}

.moodboardContent div img {
  padding: 0 0 0 20px;
}

.moodboardImg {
  margin: 30px;
}

.moodboardImg>img {
  margin: 10px;
}



.links {
  border: 1px solid #d0cece;
  box-sizing: border-box;
  border-radius: 6px;
  /* border: 20px solid red; */
  display: flex;
  /* background-color: black; */
  flex-direction: column;
  align-items: center;
  /* gap: 35px; */
}

.linksTop {
  /* background-color: black;
  width: 97%; */
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  /* border: 2px solid yellow; */
}

.paceit {
  width: 100%;
  /* background-color: black; */
  font-family: Manrope;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  /* margin:-top 0px 0px; */
  margin: 30px 0px 0px 0px;
  padding: 20px 0px 30px 5%;
  /* background-color: #0f1419; */
}

.pcont {
  font-family: Segoe UI;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  /* background-color: black; */
  /* text-align: left; */
}


.group-785980 {
  margin-top: 25px;
  width: 45%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.samepinch:hover,
.feltit:hover,
.reply:hover {
  cursor: pointer;
}


.linksSection {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0px 30px;
  margin: 10px 30px;
  width: 90%;
  /* background-color: whitesmoke; */
}

/* .threedot{
  margin-left: 36pc;
} */

.links1 {
  /* display: flex; */
  /* flex-direction: column;
  align-items: flex-end; */
  width: 93%;
  /* border: 2px dashed greenyellow; */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;

}

.links1Top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 0 15px;
}

.links1TopProfile {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}



.links1ImgLink {
  margin: auto;
  /* border: 2px solid red; */
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}



.links3 {
  display: flex;
  width: 93%;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;

}

.links3 div img {
  padding: 13px 0px 0 0px;
}


.links3Bottom {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 100%;
  border: 2px solid red;
}

.links3Icons {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  padding: 10px 0px;


}



.links3Icons div {
  display: flex;
  gap: 10px;
  align-items: center;
}


.analytics {
  width: 100%;
  border: 1px solid #D0CECE;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  margin-bottom: 40px;
}

.past-booking {
  width: 100%;
  border: 1px solid #D0CECE;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  margin-bottom: 40px;
}



.dashboardAnalytics {
  display: flex;
  justify-content: space-between;
}

.dashboardCards {
  width: 28%;
  height: 140px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.dashboardCards:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.dashboardCards_Count {
  font-size: 150%;
  font-weight: 700;
  line-height: 38.25px;
  margin: 20px;
}

.dashboardCards_View {
  display: flex;
  margin-left: 20px;
  margin-right: 40px;
  ;
  justify-content: space-between;
  align-items: center;
}

.dashboardCards_View>div {
  padding: 4px;
  border-radius: 5px;
  background-color: #C3EE83;
}

.dashboardCards_Read {
  display: flex;
  margin-left: 20px;
  margin-right: 40px;
  ;
  justify-content: space-between;
  align-items: center;
}

.dashboardCards_Read>div {
  padding: 4px;
  border-radius: 5px;
  background-color: #FE9F99;
  ;
}

.dashboardStats img {
  /* width: 90%; */
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.analyticsBottom {
  display: flex;
  justify-content: space-between;
}

.dashboardStats {
  /* background-color: black; */
  /* width: 100%; */
  /* height: 100%; */
}

.dashboardStats img {
  /* background-color: blue; */
  height: 80%;
  width: 100%;
}

/* Text Styling */


.span1 {
  font-family: Noto Sans;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  /* color: red; */
}

.span2 {
  font-family: Noto Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #5B7083;


}

.span3 {
  font-family: Noto Sans;
  font-size: 15px;
  font-weight: 350;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;

}

.span4 {
  font-family: Noto Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f1419;
}


.span4 span {
  font-family: Noto Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #5B7083;


}

.span6 {
  font-family: Noto Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f1419;

}

.span7 {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f1419;

}

.span8 {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f1419;

}

.span9 {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #8B8B8B;
  ;

}

.span10 {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 5px;

}


.span11 {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;

}

.span4,
#span4 {
  padding-bottom: 5px;
  padding-top: 13px;
}

.span6 {
  padding-bottom: 8px;
}





/* Javascript Implementation */
.hide {
  display: none;
}

/* Responsive Design */

/* img{
  max-width: 100%;
  height: auto;
} */


@media screen and (max-width: 950px) {
  .main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .left {
    width: 90%;
    /* padding: 20px; */
    /* background-color: red; */
    height: 100%;
    padding: 10px;
    margin-left: 10px;
    margin-top: -30px;
    /* background-color: black; */
  }

  .left_down {
    display: none;
  }

  .leftSection {
    /* position: static; */
    top: 20px;
    width: 100%;
    border-radius: 20px;
  }

  .leftSectionImg {
    width: 100%;
  }

  .leftSectionImg img {
    border-radius: 20px 20px 0px 0px;
  }

  .rightSection {
    width: 90%;
    margin: auto;
  }

  .dashboardAnalytics {
    display: flex;
    flex-direction: column;
    /* margin: auto; */
  }

  .dashboardCards {
    height: 120px;
    width: 100%;
    margin-bottom: 30px;
  }

  .topBar {
    width: 100%;
    overflow: scroll;
    justify-content: flex-start;
    border: none;
    margin: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #d0cece;
  }

  .topBar a {
    margin: auto;
  }

  .topBar::-webkit-scrollbar {
    display: none;
  }

  .posts1 {
    flex-direction: column;
    align-items: center;

  }

  .moodboardImg {
    margin: auto;
  }

  .moodboardImg img {
    width: 90%;
  }

  .links img {
    max-width: 100%;
    height: auto;
  }

  .analytics img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 720px) {

  .about,
  .posts,
  .links {
    margin-bottom: 40px;
  }
}