#profile-wrapper {
  position: relative;
  padding: 0px;
  /*background: var(--box-gray);*/
}

#profile-header-container {
  text-align: center;
  height: auto;
  max-height: 250px;
  /*background: var(--primary-background);*/
}

#profile-subheader {
	background-color: #fff;
/*  border-radius: 0px 0px 25px 25px;*/
  display: inline-flex;
	height: 85px;
  padding: 25px 5%;
	-webkit-box-shadow: 0 5px 3px -5px rgba(0,0,0,.15);
    box-shadow: 0 5px 3px -5px rgba(0,0,0,.15);
}

.profile-footer {
	height: 40px;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  display: none;
}

#uploadProfileBackground,
#uploadProfileAvatar {
	display: none;
}

#changeBackground-div {
  position: absolute;
  z-index: 2;
  right: 2rem!important;
  top: 6rem;
  right: 50px;
  color: #9C9C9C;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 12.5px;
  text-align: center;
}

#changeAvatar-div {
  position: relative;
  z-index: 3;
  background: var(--box-gray);
  top: -40px;
  width: 32.5px;
  height: 32.5px;
  border-radius: 40px;
  padding: 5px;
  left: 40px;
}

#changeBackground-div:hover,
#changeAvatar-div:hover {
	background: rgba(121, 121, 121, 0.2);
	color: #fff;
}

#changeProfileBackground {
	float: center;
}

/*#changeProfileAvatar {
	font-size: 22px!important;
}*/


#profilemenucontainer {
    /*padding-top: 5px;*/
}

#profilemenulabel {
	color: #797979;
	display: none;
}

#profilemenubtn {
	color: #607D8B;
  display: none;
  position: relative;
  top: 0.25rem;
}

#profile-header-img {
	width: 100%;
  object-fit: cover;
	max-height: 245px;
  margin-bottom: 2.5px;
  /*border-radius: 25px 25px 0px 0px;*/
}

/*#profile-avatar-container {
  background-color: var(--secondary-background);
  border-radius: 100px;
  border: 1px solid #fff;
  position: relative;
  height: 175px;
  width: 175px;
  text-align: center;
  max-width: 175px;
  bottom: 160px;
  z-index: 2;
  -webkit-box-shadow: 0 0 8px 0 rgba(10,10,10,.2);
  box-shadow: 0 0 8px 0 rgba(10,10,10,.2);
}*/

/*#profile-avatar {
  min-width: -webkit-fill-available;
  width: auto;
  max-width: inherit;
  height: 99%;
  border-radius: inherit;
  z-index: inherit;
  position: absolute;
  left: 0px;
  top: 0px;
}*/

#profile-avatar {
  max-height: 128px;
/*  max-width: 128px;*/
}

#profile-name-div {
/*  position: relative;
  padding: 0px 15%;
  text-align: left;*/
}

.connectStatDiv button {
  width: 95px;
/*  padding-right: 15%;*/
/*  margin-left: auto;*/
}

/*#profile-name {
  color: var(--primary-title);
  font-size: 1.55rem;
  font-weight: 700;
  height: 35px;
  vertical-align: text-top;
}*/

li[name="profile-link"] {
/*  min-width: 85px;
  width: fit-content;
  max-width: 20%;
  line-height: 19px;
  color: var(--jagger);
  font-size: 0.8rem;
  text-align: center;
  height: 30px;
  border-radius: 25px;*/
}

li[name="profile-link"]:hover {

}

li[name="profile-link"]:active,
li[name="profile-link"]:focus {

}

/*#profile-body { 
  margin-top: 25px; 
  margin: auto;
  position: relative;
}*/

#profileInfo_Ul {
  padding: 10px;
  display: grid;
}

.profileInfo_Li {
  list-style: none;
  display: inline-flex;
}

.piSpan {
  height: fit-content;
}

.piIcon {
  height: 48px;
  line-height: 50px;
  padding: 8px;
}

.piLbl {
  margin: 0px 10px;
  line-height: 3rem;
  font-size: 0.925rem;
  font-weight: 500;
  color: var(--primary-title);
}

#friendsContainer{
  background: var(--primary-background);
  border-radius: 5px;
}

#sPDF {
  padding: 5px;
  text-align: center;
  font-size: 0.825rem;
  font-weight: 600;
  top: 15px;
  position: relative;
  margin: 25px;
  width: 150px;
  background: var(--tertiary-btn);
  color: var(--secondary-label);
  height: 30px;
  border-radius: 2.5px;
}

/*.AccBtn {
  height: 35px;
  width: 125px;
  display: flex;
  max-width: 165px;
  margin-left: auto;
  padding: 5px 15px 5px 15px;
  text-align: left;
  font-weight: 600;
  background: var(--secondary-background);
  border-radius: 5px;
}*/

/*#connectedBtn {
  height: 40px;
  width: auto; 
  display: flex;
  max-width: 165px; 
  margin-left: auto; 
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

#revokeBtn {
  height: 40px;
  width: auto; 
  display: flex;
  max-width: 200px; 
  margin-left: auto; 
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  z-index: 2;
}

#removedBtn {
  height: 40px;
  width: auto; 
  display: flex;
  max-width: 200px; 
  margin-left: auto; 
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

#connectedBtn:hover,
#addFriendBtn:hover,
#revokeBtn:hover,
#removedBtn {
  cursor: pointer;
}*/

/*.revConLbl {
  background: url(../../assets/images/user-minus.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  text-align: left!important;
}*/

/*.addFriendLbl, .acceptLbl{
  background: url(../../assets/images/user-plus.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  text-align: left!important;
}*/


/*.connectedLbl {
  background: url(../../assets/images/user-check.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  text-align: left!important;
}*/

.removedLbl {
  background: url(../../assets/images/user-x.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  text-align: left;
}


/*********************message box & options***************************/
 
#timeline-top-row {
  padding: 0px;
}

#feed_btns {
  position: relative;
  display: inline-flex;
  padding: 15px 10px;
}   

.emoji {/*An emoticon*/
  width:25px; 
  height:25px;
  margin-bottom: 2px;
}

/*.pv_emoji{
  position: relative;
  left: -5px;
}
*/
.emoji[value="0"]:hover{
  width:27px; 
  height:27px;
  cursor: pointer;
}

.insert_emoji_feed,
.insert_media_feed { /*The button*/
  display: contents;
  line-height: 1.6;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--darkgray);
}

.insert_emoji_feed:hover,
.insert_media_feed:hover {
  cursor: pointer;
}

#emoticon-container{ /*Div containing all the emoticons*/
  padding: 25px;
}



/*#insert_media_feed{
  margin-top: 10px;
  padding: 2px 10px 2px 12px;
  text-align: center;
  display: inherit;
  border-radius: 20px 20px 20px 20px;
  height: 30px;
  max-width: 47.5px;
  color: #95a5a6;
}

#insert_media_feed:hover{
  cursor: pointer;
  color:white;
  font-weight: bold;
}*/


.icontitle {
	margin-left: 5px;
}


/*#timeline-container {
	padding: 0px;
  margin-bottom: 25px;	
}
*/
/*#timeline-input-div {
	min-height: 120px;
  height: auto;
  padding-bottom: 5px;
	background-color: #fff;
  border-radius: 5px;
}*/

#postMediaUploadPrev {
  overflow-x: scroll;
/*  padding-top: 5px;*/
}

#timeline-input {
  padding: 10px;
  resize: none;
  outline: none;
  background: var(--comment-background);
  top: 15px;
  border-radius: 2.5px;
  min-height: 50px;
  max-height: 100px;
  overflow-y: scroll;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
}


/**************************************** about section ***********************************/

  #add_to_cv{
    margin-top: auto;
    height: 20px;
    color: #757575;
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: auto;
    transform: scale(1.5);
  }

  #edit_cv {
    display: none;
    /*display:block; */
    height: fit-content;
  }

  #edit_cv:hover {
  	display: block;
  }

  #remove_from_cv {
  	color: #797979;
  	margin-left: 100%;
  }

  #remove_from_cv:hover,
  #add_to_cv:hover {
  	cursor: pointer;
  }


  #curr_lbl[name="title"] {
    font-weight: 600;
    color: var(--secondary-title);
    font-size: 1.25rem;
    line-height: 1.5;
  }

  #curr_lbl[name="subtitle"] {
  	font-size: 1rem;
  	line-height: 1.5;
  }

  #curr_lbl:hover{
    cursor: pointer;
  }

  #curr_lbl:hover + #edit_cv{
    display: block;
  }

 #we_sDate_lbl, #we_eDate_lbl,
 #nwe_sDate_lbl, #nwe_eDate_lbl{
  	width: 95%;
  }

  div[name="edit_container"]{
    display: inline-flex;
    min-width: 75px;
    width: auto;
    font-size: 0.925rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*div[name="cv_title_lbl"] {
    display: inline-flex;
    height: auto;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
  }*/

/**************************************** end about section ***********************************/

@media screen and (max-width: 1525px) {

}

@media screen and (max-width: 1450px) and (max-height: 650px) {
	#profile-avatar-container {
/*		width: 16.5%;
    left: 33.3%;
    top: 22.5%;*/
	}
}

@media screen and (max-width: 1350px) {
/*  #profile-avatar-container {
    bottom: 160px;
  }*/

  #profile-header-container {
    max-height: 195px;
  }

  #profile-header-img {
    max-width: 100%;
    max-height: 200px;
  }

}

@media screen and (max-width: 1250px) {
	#profile-name {
		font-size: 1.5rem;
    line-height: 0.9;
	}
}

@media screen and (max-width: 975px) {
  /*#profile-avatar-container {
    bottom: 190px;
  }*/

  #profile-subheader {
    height: 55px;
    padding: 10px;
  }

  #profile-name-div {
    padding: 5px;
  }

  li[name="profile-link"] {
    font-size: 0.825rem;
  }
}

@media screen and (max-width: 900px) {
	/*#profile-name {
		font-size: 1.25rem;
	}*/

/*  #profile-avatar-container {
    height: 150px;
    width: 150px;
    bottom: 140px;
  }*/
}

@media screen and (max-width: 850px) {
  #profile-header-container {
    max-height: 175px;
  }

  #profile-header-img {
    /*max-width: 100%;*/
    height: 175px;
  }

/*  #profile-avatar-container {
    bottom: 115px;
  }*/
}

@media screen and (max-width: 750px) {
/*  #profile-name {
    font-size: 1.1rem;
  }
*/
}

@media screen and (max-width: 650px) {
  #profile-header-container {
    max-height: 165px;
  }

  #changeBackground-div {
    top: 6.75rem;
  }


/*  #profile-avatar-container {
    bottom: 155px;
  }*/
}

@media screen and (max-width: 475px) {
  #profile-header-container {
    max-height: 140px;
  }

  /*#profile-avatar-container {
    bottom: 150px;
    height: 125px;
    width: 125px;
  }*/
}

@media screen and (max-width: 1200px) {
  #profilemenucontainer {
    margin-top: 10px;
  	margin-bottom: 10px;
  }
  
/*  #profile-subheader {
  	margin-top: 40px;
  }
*/
  #profilemenulabel, #profilemenubtn {
  	display: inline;
  }

  #profileheaderlinks {
  	display: none;
  }
  
  #profile-avatar-container {
/*    left: 40%;*/
	}

  #profile-name-div {
    padding: 5px 2.5%;
  }

}

@media screen and (max-width: 560px) {

}

@media screen and (max-height: 750px) and (max-width: 450px) {

}

@media screen and (max-height: 450px) and (max-width: 750px) {

	.mainprofileheader {
		margin-top: 25%;
	}
}

@media screen and (max-height: 650px) {
	#profile-avatar-container {
/*	   top: 30%;*/
	}

  /* #profile-body { 
    padding-left: 0px;
    padding-right: 0px;
  } */

}

@media screen and (max-height: 600px) {
	#profile-avatar-container {
/*	    top: 35%;*/
	}
}

@media screen and (min-height: 650px) and (min-width: 1200px) {
	
}

@media screen and (max-height: 400px) and (max-width: 1200px) {
	#profile-avatar-container {
/*	    top: 42.5%;*/
	}
}

@media screen and (max-height: 500px) {
	#profile-avatar-container {
/*	    top: 45%;*/
	}
}

@media screen and (max-height: 450px) {
	#profile-avatar-container {
/*	    top: 15%;*/
	}
}

@media screen and (max-height: 420px) {
	#profile-avatar-container {
	  /*  top: 17%;*/
	}
}

@media screen and (max-height: 375px) {
	#profile-avatar-container {
	  /*  top: 19%;*/
	}
}

@media screen and (max-height: 315px) {
	#profile-avatar-container {
	    /*top: 21%;*/
	}
}

@media screen and (max-height: 200px) {
	#profile-avatar-container {
	 /*   top: 25%;*/
	}
}







