
.messageddcontent
{
	 flex: 1;
      padding: 20px;
      box-sizing: border-box;
      overflow-x: auto; /* Change to auto to only scroll if necessary */
      max-height: 400px; /* Adjust the maximum height as needed */
    
}



/* Add this style to your existing CSS */
.messageddcontent::-webkit-scrollbar {
  width: 12px; /* Adjust the width as needed */
}

.messageddcontent::-webkit-scrollbar-thumb {
  background-color: transparent; /* Color of the thumb */
  border-radius: 6px; /* Round corners of the thumb */
}

.messageddcontent::-webkit-scrollbar-track {
  background-color: transparent; /* Color of the track */
}

.messageddcontent:hover::-webkit-scrollbar-thumb {
  background-color: transparent; /* Change color on hover */
}














  .icon {
            position: relative;
            display: inline-block;
        }

        #savebtnicon {
            height: 25px;
            width: 25px;
        }

        #savebtnicon:hover {
           
        }

        .save-label {
            position: absolute;
            top: 70%;
			
            left: 100%; /* Display on the right side of the image */
            transform: translateY(-50%);
            border:1px solid;
            color: black;
            padding: 5px 10px;
            border-radius: 5px;
            display: none;
        }

        .icon:hover .save-label {
            display: block;
        }

.close-button {
	height:30px;
	width:30px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

 .comment-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 25px;
			margin-left:385px;
        }

        #commentInput {
            flex: 1;
            padding: 8px;
            border: 1px solid transparent; /* Set initial border to transparent */
            border-radius: 5px;
            margin-right: 10px;
            background: transparent;
            transition: border 0.3s; /* Add a smooth transition for better user experience */
        }

        #emojiButton {
            cursor: pointer;
        }

        #emojiContainer {
            display: none;
            /* Add your styling for the emoji container here */
        }
        textarea:focus, input:focus{
    outline: none;
}
.follow-button {
    
    color: blue;
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
	
}
.follow-button:hover
{
	background:pink;
	color:black;
}
.followsss
{
	background:pink;
	color:black;
	border-radius:16px;
	width:70px;
}
.whothis
{
	margin-left: 40px;
    display: flex;
    margin-top: -10px;

}
.moredott {
   position: absolute;
    top: 36px;
    /* left: -137px; */
    right: 100vh;
    font-weight: 600;
    font-size: 20px;
}
.mesgmoredott
{
	position: absolute;
    top: 36px;
    /* left: -137px; */
    left:118vh;
    font-weight: 600;
    font-size: 20px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
}

.sidebar {
    background-color: black;
    color: white;
    height: 100vh;
    width: 250px;
    position: fixed;
}

.logo-img {
    width: 60%;
    padding: 10px;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav li {
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
}

.content {
    margin-left: 250px;
    padding: 20px;
}

.user-profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	margin-left:-7px;
}


.profile-pic {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-profile1 {
    display: flex;
    align-items: center;
    margin-top: 40px;
	margin-left:120px;
}
.profile-pic1{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
	margin-top:-20px;
	
}
.post {
    margin-bottom: 20px;
	margin-left:120px;
}

.post-image {
    width: 400px;
	height:460px;
    border-radius: 10px;
}

.suggested-users {
    width: 300px;
    padding: 20px;
   
	
}

.suggested-users h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.user .username  {
    font-weight: bold;
}
 .followername
 {
	 font-weight:600;
 }
.username
{
margin-top: -18px;	
}
.sidebar li:hover {
    background-color: #ffe6f0;
	color:black;
}

.sidebar-icon {
    height: 4vh;
    width: 4vh;
    margin-right: 10px;
    transition: transform 0.3s; /* Adding a transition for the zoom effect */
}

.sidebar li:hover .sidebar-icon {
    transform: scale(1.2); /* Zooming effect on hover */
}
.locationname
{
	    margin-left:63px !important;
    display: flex;
    margin-top: -30px;
   
	
}




.threedotpopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
	 overflow: auto; 
}

.threedotpopup-content {
	height:500px;
	width:450px;
    background: white;
   
    border-radius: 10px;
    text-align: center;
	  max-height: 200vh; 
	
}


.threedotpopup2 {
    display: none;
    position: fixed;
    top: -30vh;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
	 overflow: auto; 
}

.threedotpopup-content2 {
	height:500px;
	width:450px;
    background: white;
   
    border-radius: 10px;
    text-align: center;
	  max-height: 200vh; 
	
}


 .popup-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
        justify-content: center;
        align-items: center;
        z-index: 999; /* Adjust z-index as needed */
    }

    /* Add this CSS for the popup card */
    .popup-card {
        background: #fff; /* White background */
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        position: relative;
		width:120vh;
		height:85vh;
		margin:30px auto;
    }

.icon {
    transition: transform 0.3s, filter 0.3s; /* Adding transitions for the zoom and filter effects */
}

.icon.liked {
    transform: scale(1.2); /* Zoom effect for liked icon */
    filter: brightness(1.2); /* Brightness effect for liked icon */
}


.zoomiconns:hover
{
	 transform: scale(1.1); 
}


 
	
	
	