/* CSS for index-page mobile below ................................................ */

:root{
    --maingreen:#00a679;
    --secondgreen:#f3f9ee;
    --mainorange:#ffa800;
    --main-grey:#f0f0f0;
    --btn-grey1:#ebebeb;
    --btn-grey2:#c0c0c0;
    --btn-grey3:#8c8c8c;
}
.main-container {
    background: #f6f6f6;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.daily-post, .inner-post {
    margin: 15px 0;
    position: relative;
    filter: drop-shadow(0px 5px 5px rgb(0, 0, 0, 0.1));
    font-size: 15px;
    background-color: #f5f5f5;
}
.follower-post, .daily-post {
    padding: 10px;
    border-top: 1px solid #00a579;
    border-radius: 12px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    text-decoration: none;
}

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

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


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

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

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

.post-box {
/*    height: max-content;*/
    /* background-color: var(--secondgreen); */
    border: 1px solid var(--btn-grey2);
    border-radius: 12px;
    padding: 11px 10px;
    margin-bottom: 20px;
}
.photo-con {
    width: 40px;
    height: 40px;
    background-color: var(--maingreen);
    border-radius: 50%;
    overflow: hidden;
}
.photo-con img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.profile-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--maingreen);
    padding: 8px 0 0;
}
.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;
}

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

.blog-info-con .blogger-name {
    font-weight: bold;
    color: #00a679;
}

.photo-con span {
    display: block;
    text-align: center;
    letter-spacing: 2px;
/*    font-size: 18px;*/
    font-weight: bold;
    padding: 7px 0 7px 3px;
    color: #fff;
    line-height: 26px;
}
.blog-theme {
    font-size: 13px;
}
.time-posted {
    font-size: 12px;
    margin-left: 0px;
    color: #bbbbbd;
}
.btn-ask {
    float: left;
}
.btn-ask {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 40px 200px 0 0;
}

.section-recommend-btn-con {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c0;
    display: flex;
    justify-content: space-between;
}
.section-title-text {
    font-size: 14px;
    color: black;
    font-weight: 700;
}
.comment-actions button {
    background: none;
    border: none;
    color: #00a679;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
    transition: color 0.3s ease;
}
.thumbs-up img, .thumbs-down img, .commentIcon img {
    transition: filter 0.3s ease;
    filter: contrast(0.5);
}
.comment-con-new, .commentIcon img {
    width: 24px;
}
.comment-actions .upvote-count, .comment-actions .downvote-count, .comment-count {
    margin-right: 10px;
    color: #bbbbbd;
}
.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%);
}
.btn-ask {
    float: left;
}
.btn-ask {
    position: absolute;
    left: 0;
    bottom: 0;/*10px;*/
    padding: 40px 200px 0 0;
}

.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-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-form-main-con {
    width: max-content;
    margin: 90px auto;
    /* opacity: 0.9; */
    position: relative;
}
.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;
}

.pop-form {
    width: 640px;
    background-color: white;
    border-radius: 13px;
}
.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);
    border-radius: 12px 12px 0 0;
}
.Askform-con {
    padding: 20px;
}
.username-con {
    display: flex;
    gap: 20px;
}
.username-con .blogger-name {
    /* width: 191px; */
    max-height: 24px;
    color: black;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.name-edit-btn {
    font-size: 13px;
    color: var(--maingreen);
    font-weight: 600;
}
.errorCont {
    display: block;
    background-color: #fce4e4;
    border: 1px solid #fcc2c3;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
}
.Comment-box-submit textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    min-height: 50px;
    max-height: 500px;
    overflow-y: hidden;
}
#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;
}
.submitbtn-file-uploadbtn {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid var(--btn-grey2);
    /* align-items: center; */
}
.Comment-box-submit #submit-btn {
    border: 1px solid #d6d9da;
    background-color: #05a579;
    border-radius: 8px;
    padding: 6px 15px;
    cursor: pointer;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    color: #fff;
}

.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;
}
.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;
}
.add-comment textarea:focus {
    border-color: #888;
}
.add-comment textarea {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.add-comment .comment-button-containter {
    height: 35px;
    margin-left: auto;
}
.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-error {
    color: red;
    margin-top: 10px;
    font-size: 12px;
}

.comment-box {
    position: relative;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.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-info {
    display: flex;
    flex-direction: column;
}
.comment-author {
    font-weight: bold;
    color: #2c3e50;
    font-size: 13px;
}
.comment-time {
    color: #bbbbbd;
}
.comment-box .content {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
.comment-actions .reply {
    margin-left: 15px;
}

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

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

/*.logo-container {
    width: 100%;
    background-color: var(--maingreen);
    padding: 5px 0;
    border-bottom: 5px solid var(--mainorange);
    display: flex;
    justify-content: space-between;
}

.logo-container .section-title-text{
    margin: 10px;
    color: white;
}

.logo-container img{
  width: 80px;
  margin-left: 10px;
}


.Main-container-mob{
    max-height: 2000px;
    background-color: white;
    margin: auto;
    padding: 15px;
    position: relative;
}
*/

 
.Nav-mob{
    width: 100%;
    height: max-content;
    /* background-color: grey; */
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.all-menu-btn{
    display: inline-block;
    cursor: pointer;
}



.bar1, .bar2, .bar3{
    margin: 4px 0;
    width: 35px;
    height: 6px;
    background-color: green;
    border-radius: 12px;
    list-style: none;
}

.change .bar1{
    transform: translate(0, 4px) rotate(-45deg);
    transition: .5s ease-in-out;
}

.bar1{
    transform: translate(0) rotate(0deg);
    transition: .5s ease-in-out;
}

.bar3{
    transform: translate(0) rotate(0deg);
    transition: .5s ease-in-out;
    margin-top: 0;
}

.change .bar3{
    transform: translate(0, -7px) rotate(45deg);
    transition: .5s ease-in-out;
    margin-top: -9px;
}

.change .bar2{
    opacity: 0;
}

.bar2{
    opacity: 1;
}



.search-area-con{
    margin-bottom: 20px;
}

.search-area-con input {
    width: 100%;
    height: inherit;
    padding-left: 20px;
    border-radius: inherit;
    outline: none;
    background-color: rgb(233, 233, 233);
    /* border: 1px solid black; */
   
}

.search-area-con img {
    position: absolute;
    right: 12px;
    top: 15px;
    width: 13px;
 
}


.page-links{
    height: 40px;
    display: flex;
    margin-bottom: 10px;
    border-radius: 12px;
    width: 350px;
  overflow: auto;
}


.linkbtn{
    width: 70px;
    padding: 6px 10px;
    border-radius: 12px;
    margin: 5px 3px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid;
    text-wrap: nowrap;
}

.followers-post-con,
.replies-post-con
 {
    background-color: #f0f0f0;
    padding: 25px 10px;
    /* border: 1px solid grey; */
    border-radius: 0;
    margin-top: 17px;
    display: flex;
    gap: 20px;
    overflow: auto;
    position: relative;
}

.follower-post{
    width: 350px;
    margin-bottom:0;
}

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


.follower-post-highlight {
    font-size: 15px;
    padding: 0;
    margin: 9px 0;
    /* font-weight: 500; */
    /* width: 300px; */
    /* max-height: 120px; */
    /* overflow: hidden; */
    line-height: 25px;
    word-wrap: break-word;
}

/*.follow-btn {
    position: relative;
}*/


.option_list-mob {
    width: auto;
    overflow: auto;
    display: flex;
    font-size: 11px;
    gap: 10px;
}

.option-btn{
    width: max-content;
    padding: 4px 7px;
    background-color: var(--main-grey);
    text-wrap: nowrap;
   border-radius: 13px;
}


.section-recommend-btn-con {
    display: block;
}


.section-title-text {
    margin-bottom: 10px;
}


.daily-post h3 {
    font-size: 15px;
    margin: 20px 0 10px;
    max-height: 60px;
    overflow: hidden;
}

/*.daily-post .follower-post-highlight {
    width: 100%;
    max-height: 76px;
}*/

.btn-post {
    float: right;
}

.commentslikes-con {
    background-color: #f0f0f0;
    border-radius: 45px;
    border-top: 0;
}


/* css changes for followers page in mobile */

.the-follower-to-follow {
    background-color: #ffffff;
    border: 1px solid;
    margin: 0;
}

.follower-name-theme-post {
    max-width: 215px;
}


/* css to few sections in replies page */

.replies-post-con{
padding: 0;
}

.new-topic-con{
    display: flex;
}

.new-top-link {
    display: flex;
    gap: 15px;
    margin: 10px;
    text-wrap: nowrap;
    background-color: white;
    padding: 10px;
    border-radius: 8px;
}

.question-asked {
    max-width: 100%;
}

.Replies-questions-con .follow-btn {
    background-color: #ffffff;
    border: 0;
    border: 1px solid;
    position: relative;
    top: 0;
    height: max-content;
    font-size: 11px;
}

.replyfollow-mob-btn {
    display: flex;
    margin: 20px 0;
    gap: 40px;

}

.question-reply-btn {
    margin:0;
    border: 1px solid;
    padding: 4px 14px;
    border-radius: 7px;
}



/* pop ups mobile responsive css here */

.Pop-up-main-con-reply, .Pop-up-main-con-post {
    width: 100%;
}

.pop-up-form-main-con {
    width: 100%;
}

.pop-form {
    width: 100%;
}

.close-btn {
    margin: 0;
    right: 3%;
    top: -38px;
}

.option-select-btns {
    justify-content: flex-end;
}

.username-con {
    margin-bottom: 17px;
}

.username-grouptopost-selection {
    margin: 0;
    display: block;
}


.pop-form-con .submit {
    border-radius: 34px;
    padding: 7px 21px;
}


/* css for discover mob */

.group {
    display: flex;
    width: 100%;
    height: 96px;
    text-align: left;
}

.groupPhoto-backdrop-con {
    width: 76px;
    height: 100%;
    background-color: green;
    border-radius: 13px 13px 0 0;
}

.logo-con {
    margin: -72px auto;
}

.groupname-shortinfo {
    padding: 10px;
    margin: 0;
}


/* css changes for notifcation mobile */

.notification-con {
    width: 90%;
}

.notify .follower-post-highlight {
    width: 240px;
}

.nameNotify {
    width: 260px;
}
.anon {
    padding-left: 8px;margin-top: 10px;color: #000;
}
.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;}
.wTwi { background: #05a579;}
.wTwi .twi_news { background-color: #0da77d; }
textarea::placeholder {
    font-size: 16px;
  color: #000;
}
.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;
}