/**{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    
}*/

/*#pagecontainer {
    width: auto !important;
}
#medsection0 {
    padding: 0 !important;
}*/
:root{
    --maingreen:#00a679;
    --secondgreen:#f3f9ee;
    --mainorange:#ffa800;
    --main-grey:#f0f0f0;
    --btn-grey1:#ebebeb;
    --btn-grey2:#c0c0c0;
    --btn-grey3:#8c8c8c;
}


body{
    background-color: var(--btn-grey3);
    background-color: #f9e9ca;

}


/*.Main-container{
    width: 1245px;
    background-color: white;
    margin: auto;
    display: grid;
    position: relative;
}*/


/*.nav-area{
    height: 60px;
    background-color: var(--maingreen);
    border-bottom: 5px solid var(--mainorange);
}*/


/*.nav-area-inn{
    width: max-content;
    margin: auto;
    padding: 0 30px;
}*/

/*.navlink, .navlink-update{
    display: block;
    float: left;
    margin-right: 27px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
}*/

/*.navlink-update{
    clear: left;
}

.navlink:hover, .navlink-update:hover{
    color:#6bfad4;
   padding: 0 0 2px;
   border-bottom: 2px solid white;
   text-decoration: none;
}*/


/*.update-numer{
    width: 30px;
    height: 30px;
    border-radius: 50%;
   background-color: var(--secondgreen);
   margin-left: -20px;
   margin-top: 10px;
   display: flex;
   font-size: 12px;
   font-weight: bold;
   align-items: center;
   justify-content: center;
   color: var(--maingreen);
}*/

/*.nav-area-inn img{
    float: left;
    margin: 6px 30px 0px 10px;
}*/

/*.update-btn-con{
    width: max-content;
    display: flex;
}
*/

/*.inner-container {
    padding:15px;
}*/


.left, .right, .middle{
  height: max-content;
}


.left{
 width: 300px;
 float: left;
 padding-right: 15px;
 position: sticky;
 top: 58px;
 align-self: flex-start;
 max-height: 100vh;
}


.post-box {
    height: max-content;
    /* background-color: var(--secondgreen); */
    border: 1px solid var(--btn-grey2);
    border-radius: 12px;
    padding: 11px 10px;
    margin-bottom: 40px;
}

.profile-con{
    display: flex;
    gap: 15px;
    position: relative;
    margin-bottom: 15px;
}

.profile-name {
    font-size: 14px;
    font-weight: 700;
    color: black;
    padding: 8px 0 0;
}

.photo-con {
    width: 40px;
    height: 40px;
    background-color: var(--maingreen);
    border-radius: 50%;
    overflow: hidden;
}

.photo-con span {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
    padding: 11px 0 7px 3px;
    color: #fff;
    font-size: 13px;
}

.photo-con img{
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.post-box-title {
    overflow: hidden;
    height: 22px;
    margin: 10px 0 6px;
    font-size: 16px;
    color: var(--btn-grey3);
}

.post-box-btns-con{
    border-top:1px solid var(--btn-grey2);
    padding:10px 0;
    text-align: center;
    position: relative;
}

.post-box-btns-con a{
    text-decoration: none;
    font-size: 14px;
    color: var(--btn-grey3);
    font-weight: 700;
} 
.btn-ask {
    position: absolute;
    left: 0;
    bottom: -3px;
    padding: 40px 200px 0 0;
}

.post-box-btns-con a:hover{
    color: var(--maingreen);
}

.btn-ask{
    float: left;
}

.btn-post{
    float: right;
}


.section-title-text{
    font-size: 14px;
    color: black;
    font-weight: 700;
}

.option-select-btns{

}

.followers-post-con {
    background-color: #f0f0f0;
    padding: 11px 10px;
    /* border: 1px solid grey; */
    border-radius: 15px;
    margin-top: 17px;
}


.follower-post, .daily-post{
    padding: 10px;
    /* border: 1px solid var(--btn-grey2); */
    border-radius: 12px;
    margin-bottom: 30px;
    background-color: white;
    text-decoration: none;
}

.time-posted {
    font-size: 12px;
    margin-left: 0px;
    color: #bbbbbd;
}

.blog-info-con p{
  font-size: 13px;
  padding-top: 4px;
}


.blog-theme{
    font-size: 13px;
}

.blogger-name {
/*    width: 148px;*/
    max-height: 18px;
    overflow: hidden;
    color: var(--maingreen);
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;

}

.blogger-name:hover{
    text-decoration: underline; 
}

.blog-theme p{
    padding: 0;
    max-width: 120px;
    height: 18px;
    overflow: hidden;
    font-weight: 800;
    float: left; 
    margin-right: 5px;
    margin: 0;
}

.follow-btn {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 800;
    color: #676666;
    text-decoration: none;
    border: 1px solid #8c8c8c;
}

.follow-btn:hover{
    background-color: var(--maingreen);
    color: white;
    border:none;
    text-decoration: none;
}

.follower-post-highlight {
/*    font-size: 13px;*/
    padding: 10px 0 0;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 400;
    color: black;
    text-decoration: none;
    display: inline-block;
    line-height: 1.43em;
}

.follower-post-highlight:hover{
  text-decoration: underline;
}


#footer {
    background-color: #05a579;
}


.commentslikes-con-new {
    align-items: center;
    display: flex;
    height: 48px;
    background-color: rgb(255 255 255);
    position: relative;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--btn-grey3);
    justify-content: space-between;
}

.comment-con-new{
    max-width: 260px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
  padding: 4px 12px;      
}

.comment-con-new a{
    text-decoration: none;
    color: #8c8c8c;
}

.comment-con-new a:hover{
    color: black;
}

.comment-con-new, .commentIcon img{
    width: 24px;
}

.post-rating-container{
    display: flex;
    gap: 20px;
    justify-content: end; 
    margin: 0 15px;
}

.reply-btn .post-rating-container button{
    background-color: transparent;
    outline: none;
    border: 0;
}

.post-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: grey;
    cursor: pointer;
}

.post-rating img{
    filter: brightness(0.8);
}

.post-rating-container button:hover .post-rating img{
    filter: brightness(0.3);
}

.reply-btn {
    margin-left: auto;
}


.comment-box {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.comment-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

/*.comment-box .author {
    font-weight: bold;
    color: #2b7a78;
    font-size: 16px;
    margin-bottom: 5px;
}*/

/*.comment-box .datetime {
    color: #999;
    font-size: 12px;
}*/

.comment-box .content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.comment-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.comment-actions button {
    background: none;
    border: none;
    color: #00a679;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.comment-actions .reply {
    margin-left: 15px;
}

.comment-actions button:hover {
    color: #1f6f6d;
}


.comment-thread {
    margin-top: 20px;
    border-left: 2px solid #e0e0e0;
    padding-left: 20px;
}


@media (max-width: 600px) {
    .comment-box {
        margin-left: 0;
        padding: 10px;
    }

    .comment-box .initial {
        display: none;
    }

    .comment-thread {
        margin-left: 20px;
    }
}




.middle{
    width: 555px;
    background-color: #f0f0f0;
    float: left;
    padding: 0 15px;
    margin-right: 15px;
}

.middle .search-area-con{
    width: 100%;
    height: 40px;
    border-radius: 22px;
    margin-top: 15px;
    background-color: white;
    position: relative;
}

.middle .search-area-con img {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 19px;
}

.middle .search-area-con input{
    width: 95%;
    height: inherit;
    padding-left: 20px;
    border-radius: inherit;
    outline: none;
    border: 0;
}

.section-recommend-btn-con{
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    display: flex;
    justify-content: space-between;
}

.tab-content {
    display: none;
    border-top: none;
    padding: 10px;
}
.tab-content.active {
    display: block;
}
    
.option-select-btns{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.option-select-btns p{
    font-size: 12px;
    font-weight: bold;
}


.section-recommend-btn-con .option_list {
    font-size: 15px;
    border: 0;
    padding: 5px;
    outline: none;
    font-size: 12px;
}

.daily-post,.inner-post {
    margin: 15px 0;
    position: relative;
    filter: drop-shadow(0px 5px 5px rgb(0, 0, 0, 0.1)); 
    font-size: 15px;
}

.inner-post{
    
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 30px;
    background-color: white;
    text-decoration: none;
}

.inner-post .post-title-name{
    margin: 20px 0;
}


.daily-post-photo-con {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    background-color: var(--main-grey);
}

.daily-post-photo-con img{
    width: auto;
    height: 100%;
}

.daily-post .follower-post-highlight {
    color: #000000;
    display: block;
}

.inner-post .follower-post-innerpage {
    color: #000000;
    display: block;
    padding: 10px 0 30px;
    font-size: 14px;
    line-height: 1.4;
}

.daily-post .follower-post-highlight:hover{
   text-decoration: none;
}

.daily-post .blog-theme p{
    max-width: 150px;
}

.daily-post .follow-btn{
    font-size: 15px;
    height: max-content;
}

.show-more-btn{
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: var(--maingreen);
    margin: 10px 0;
    display: inline-block;
}

.show-more-btn:hover{
    text-decoration: underline;
}

.post-title-name {
    margin: 15px 0 0;
    width: 100%;
    max-height: 41px;
    font-size: 16px;
    overflow: hidden;
}


.commentslikes-con {
    width: 100%;
    height: 48px;
    background-color: rgb(255 255 255);
    position: absolute;
    left: 0;
    /* border-radius: 0 0px 12px 12px; */
    border-top: 1px solid var(--btn-grey3);
}


.comment-con, .likes-con{
    /* background-color: white; */
    max-width: 260px;
    padding: 0 15px;
    height: 20px;
    float: left;
    margin: 13px 5px 0 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    /* border-right: 3px solid var(--btn-grey3); */
}

.comment-con a, .likes-con a{
    color: black;
    text-decoration: none;
}

.comment-con:hover, .likes-con:hover{
    cursor: pointer;
}



.comment-con img, .likes-con img{
    width: 13px;
}

.right{
    width: 300px;
    float: left;
    padding-left: 15px;
}


.mid-rec-ad{
    width: inherit;
    height: 900px;
}

.mid-rec-ad img{
   width: inherit;
}

.like-count-clicker.liked {
    color: red;
}


/* CSS for few section added to followers page */

.followers-to-follow{
    height: max-content;
    border: 1px solid black;
    border-radius: 13px;
    margin: 15px 0;
    padding: 15px 10px;
}

.the-follower-to-follow{
    height: 75px;
    background-color: var(--main-grey);
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
    margin:  10px 0;
    cursor: pointer;
}

.the-follower-to-follow:hover{
    color: #00a679;
}


.follower-name-theme-post{
    width: 180px;
    padding: 15px;
}

.follower-name{
    font-weight: 700;
    font-size: 14px;
    width: 205px;
  height: 22px;
    overflow: hidden;
    margin: 0;
}

.follower-photo-con {
    width: 95px;
    height: inherit;
    background-color: rgb(192 192 192);
    border-radius: 13px;
    overflow: hidden;
}

.follower-photo-con img{
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: top;
}


.theme-post{
    max-height: 15px;
    overflow: hidden;
}




.Post-by-people-you-follow{
    width: 535px;
    margin-left: -15px;
    display: block;
    padding: 9px 18px;
    background-color: var(--maingreen);
    font-size: 16px;
    color: white;
    font-weight: 700;
}


.head-title-your-followers img{
    width: 32px;
    margin-top: -16px;
    margin-left: 20px;
}


/* css for innerpage here */

/*.Comment-box-submit textarea {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    min-height: 140px;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 14px;
    border: 1.5px solid #d2d5d6;
    margin: 10px 0;
    outline: none;
}*/

/* new comment */

.comment-avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
/*    margin-right: 10px;*/
/*    background-color: var(--btn-grey2);*/
}
.comment-avatar-image {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


/* end of new comment */

/*.add-comment {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 10px;
    margin: 15px 0;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 504px;
    display: flex;
}*/

.add-comment {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 10px;
    margin: 15px 0;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 532px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
}

/*.comment-wrap {

}*/

/*.add-comment textarea {
    width: 58%; //100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    resize: none;
    transition: all 0.3s ease;
    outline: none;
    margin-right: 10px;
}*/

.add-comment textarea, .reply-text {
    width: 318px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    resize: none;
    transition: all 0.3s ease;
    outline: none;
    margin: 0 10px;
}
.reply-text{
    width: 96%;
    margin: 15px 10px 15px 0;
}

.add-comment textarea:focus {
    border-color: #888;
}





/* Post Section */
.post {
    margin-bottom: 40px;
}

.post-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.post-content {
    margin-top: 20px;
}

.post-title {
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
}

.post-text {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

/* Comments Section */
.comments-section h2 {
    font-size: 22px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Comment Styling */
.comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f7f8fa;
    border-radius: 8px;
    border-left: 5px solid #3498db;
}

.comment.reply {
/*    margin-left: 40px;*/
    border-left: 3px solid #95a5a6;
    padding-left: 20px;
}

.comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-header .comment-avatar {
    margin-right: 15px;
}

.comment-header span.init {
    width: 40px;
    height: 40px;
    background-color: #00a679;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-right: 15px;
}

.comment-time {
    color: #bbbbbd;
}

.comment-actions .upvote-count,.comment-actions .downvote-count, .comment-count {
    margin-right: 10px;
    color: #bbbbbd;

}

.upvote-count.active {

}
.thumbs-up img,.thumbs-down img, .commentIcon img {
    transition: filter 0.3s ease;
    filter: contrast(0.5);
}

.thumbs-up:hover img, .thumbs-down:hover img, .commentIcon img:hover, 
.active.thumbs-up img, .active.thumbs-down img, .upvote-count.active, .downvote-count.active {
    filter: invert(40%) sepia(81%) saturate(321%) hue-rotate(106deg) brightness(91%) contrast(85%);
}

.comment-info {
    display: flex;
    flex-direction: column;
}

.comment-author {
    font-weight: bold;
    color: #2c3e50;
    font-size: 13px;
}






.add-comment button, .submit-reply {

    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    background-color: var(--maingreen);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
     margin-top: 6px; 
    float: right;
    transition: background-color 0.3s ease;
}
.add-comment .comment-button-containter {
    height: 35px;
}

.add-comment button:hover {
    background-color: var(--maingreen); /*#0056b3;*/
}

.add-comment #comment-error {
    color: red;
    margin-top: 10px;
    font-size: 12px;
}


.add-comment::after {
    content: "";
    display: table;
    clear: both;
}

.add-comment textarea::-webkit-scrollbar {
    display: none;
}

.add-comment textarea {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.Comment-box-submit textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    min-height: 50px; /* Set a minimum height */
    max-height: 500px; /* Optional: Set a maximum height */
    overflow-y: hidden; /* Hide the scrollbar */
}

.Comment-box-submit #submit-btn {
    border: 1px solid #d6d9da;
    background-color: #d6d9da;
    border-radius: 8px;
    padding: 6px 15px;
    cursor: pointer;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}

.Comment-box-submit #submit-btn.submit:hover{
    background-color: var(--maingreen);
    color: white;
    font-weight: 700;
}


.inner-post-discover-followers-section{
    margin-top: 20px;
}


/* css for replies posts here */

.Replies-questions-con{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 15px 0 25px;
    border-bottom: 1px solid rgb(220, 219, 219);
    position: relative;
}

.Replies-questions-con .follow-btn {
    top: -6px;
    background-color: #ffffff;
    border:0; 
    position: absolute;
}

.Replies-questions-con .follow-btn:hover{
    background-color: var(--maingreen);
}

.Replies-questions-con img{
    width: 30px;
}


.question-post-time-author{
    display: flex;
    gap: 15px;
}

.question-post-time-author p{
    margin: 0 0 5px;
}

.question-post-time-author span {
    max-width: 148px;
    max-height: 14px;
    overflow: hidden;
    font-size: 13px;
    padding: 0 5px;
    text-wrap: nowrap;
}

.question-asked {
    max-width:90%;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
}


.question-reply-btn{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--maingreen);
    margin: 12px 0 20px;
}


.all-new-topics-links{
    padding: 15px 10px;
    border: 1px solid var(--btn-grey3);
    border-radius: 11px;
    font-size: 12px;
    font-weight: 600;
    margin: 20px 0;
}

.new-top-link{
    display: flex;
    gap: 15px;
    margin: 10px 0;
}

.new-top-link img{
    width: 15px;
}



/* CSS for pop-up form (Post and Reply) */


.Pop-up-main-con-reply.show,
.Pop-up-main-con-post.show,
.Pop-up-main-con-notify.show{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
}

.Pop-up-main-con-reply.show::before, 
.Pop-up-main-con-post.show::before,
.Pop-up-main-con-notify.show::before
{
    content:"";
    background-color: black;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0.7;
}

.pop-up-form-main-con{
    width: max-content;
    margin: 90px auto;
/*    opacity: 0.9;*/
    position: relative;
}

.pop-form-con{
    width: inherit;
    height: max-content;
    background-color: white;
    border-radius: 15px;
    position: absolute;
    margin-top: 50px;
}

.pop-form{
    width: 640px;
    background-color: white;
    border-radius: 13px;
}

.close-btn {
    display: flex;
    width: 30px;
    background-color: white;
    color: var(--maingreen);
    margin: 10px 0 30px;
    z-index: 2300;
    position: absolute;
    justify-content: center;
    border-radius: 20px;
    right: -8%;
    top: -20px;
}

.close-btn p{
    line-height: 0;
    margin: 0;
    padding: 14px 10px;
}

.close-btn:hover{
    background-color: var(--maingreen);
    color: white;
    cursor: pointer;
}

.errorCont {
    display: block;
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
}
.Askform-con{
    padding: 20px;
}


.askform-postform-btn-con{
    display: flex;
    height: max-content;

}

.askform-btn {
    width: 100%;
   padding: 20px 0;
   text-align: center;
   font-size: 15px;
/*   cursor: pointer;*/
   color: white;
   background-color:var(--maingreen);
}

/*.askform-btn:hover {
    color: black;
    background-color:var(--maingreen);
}*/

#uploadTrigger {
    display: inline-block;
    background-color: var(--maingreen);
    color: white;
    padding: 7px 14px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 10px 0;
}

/* Hover effect */
#uploadTrigger:hover {
    background-color: #008c60; /* Darker shade on hover */
}

/* Focus effect */
#uploadTrigger:focus {
    outline: 2px solid #005f46;
}

/*.askform-btn--visited, .postform-btn--visited{
    width: inh;
    color: white;
    background-color:var(--maingreen);
}*/

/*.askform-btn--visited:hover {
    color: white;
    background-color:#036e51;
}*/

.askform-btn{
    border-radius: 12px 12px 0 0;
}

/*.postform-btn{
    border-radius: 0 12px 0 0;
}*/



.username-grouptopost-selection {
    margin: 10px 0 20px;
    display: flex;
    justify-content: space-between;
}
.username-con{
    display: flex;
    gap: 20px;
}

.username-con .blogger-name {
/*    width: 191px;*/
    max-height: 24px;
    color: black;
    display: block;
    font-size: 16px;
}

.name-edit-btn{
    font-size: 13px;
    color: var(--maingreen);
    font-weight: 600;
}

.pop-form-con .inner-post-comment-area{
    margin: 0 20px 30px 20px;
}

.pop-form-con .Comment-box-submit textarea {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    min-height: 140px;
    padding: 8px 15px;
    border: 0;
    background-color: #f4f4f4;
}


.submitbtn-file-uploadbtn{
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid var(--btn-grey2);
/*    align-items: center;*/
}


.pop-form-con .submit {
    border-radius: 34px;
    padding: 11px 47px;
}


/* CSS for discover page here */

.discover-group-theme{
    margin: 10px 0 20px;
}


.discover-group-theme .group-theme-title-text{
    margin: 10px 0 20px;
    font-size: 13px;
    font-weight: 600;
}

.theme-group-con{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.group {
    width: 153px;
    height: 200px;
    background-color: white;
    border: 1px solid rgb(103, 103, 103);
    border-radius: 13px;
    text-align: center;
    overflow: hidden;
}

.groupPhoto-backdrop-con{
    height: 40px;
    background-color: green;
    border-radius: 13px 13px 0 0;
}

.logo-con{
    width:50px;
    height:50px;
    background-color:yellow;
    overflow: hidden;
    border-radius: 50%;
    margin: -28px auto;
}

.backdrop{
    width: inherit;
    height: inherit;
    overflow: hidden;
    background-color: rgb(219, 219, 219);
    border-radius: inherit;
}

.logo-con img{
    width: inherit;
    height: inherit;
}


.logo-con img{
    object-position: center;
    object-fit: cover;
}

.groupname-shortinfo{
    margin: 30px 0 0 0;
}

.groupname{
    margin: 0 10px;
    font-size: 12px;
    overflow: hidden;
    font-weight: 800;
    max-height: 40px;
}

.shortinfo {
    font-size: 12px;
    margin: 5px 9px;
    max-height: 86px;
    overflow: hidden;
}

.discover-group-theme a:hover{
    text-decoration: none;
    color: black;
    transform: scale(0.98);
}

.discover-group-theme .view-more{
    display: block;
   padding: 12px 0;
    border-radius: 42px;
    margin: 25px 0;
    text-align: center;
    border: 1px solid #abacac;
}

.discover-group-theme .view-more:hover{
    background-color: #ccd5d3;
    color: white;
    text-decoration: none;
    border: 0;
}


/* Css for notification pop up here */



.notification-con {
    padding: 12px 0 0 0;
    width: 400px;
    height: 700px;
    background-color: white;
    margin: 20px auto;
    position: relative;
    border-radius: 13px;
}



.notification-con .Post-by-people-you-follow {
    width: inherit;
    margin-left: 0;
    display: block;
    padding: 9px 18px;
}


.notification-lists-con{
    height: 595px;
    overflow: auto;
}

.notify{
    width: 95%;
    margin: 10px auto;
}

.notify .follower-post {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #edf4f2;
}

.notify .profile-con .photo-con {
    width: 50px;
    height: 50px;
}

.notify .follower-post-highlight {
    padding: 0;
    max-height: 39px;
    margin-bottom: 0;
}

.nameNotify{
    width: 290px;
}

.notify .blogger-name{
    font-size: 13px;
    width: 161px;
    font-size: 13px;
}

.nameNotify-nameSection{
    position: relative;
}

.nameNotify-nameSection .time-posted {
    position: absolute;
    right: 0;
    top: 0;
}

.shared-post-text{
    font-size: 12px;
    margin: 0 0 5px;
}

.pagination {width: auto;float:right;margin-top:10px;margin-bottom: 5px;vertical-align:bottom;}
.pagination a {border:1px solid #05a579; display:inline-block;padding: 3px; margin-left:3px; color: #05a579;}
.pagination .disabled {border:1px solid #05a579; background-color:white;display:inline-block;padding: 3px; margin-left:3px; color:#05a579;} 
.pagination .current {border:1px solid #05a579; background-color:#05a579;display:inline-block;padding: 3px; margin-left:3px; color:#fff;}
