.text-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}


.jloader {
    width: 13px;
    height: 13px;
    border: 2px solid #FFF;
    border-bottom-color: #F2F2F2;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
	
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

    
            
        .announcement-popup {
            display: none;
        }
        .announcement-popup + header {
            margin-top: 23px;
        }    
        .after-login {
            height: auto;
            margin-top: 0;
        }
        footer {
            position: static;
            margin-bottom: 30px;
            margin-top: 0;
        }
        .header-wrapper + .container {
            margin-bottom: 0;
        }  
body.light-mode .verifications.green-verified span {
    background: #eaeaea !important;
    color: #000 !important;
    border: 1px solid #dbdbdb !important;
}     
.post-area.no-border {
    border: none !important;
}    
.stats {
    border-top: none !important;
}
.my-feeds {
        border-top: 1px solid #ffffff21 !important;
    }  
body.light-mode .post-area {
    border-left: none !important;
    border-right: none !important;
    padding: 0 0px;
}    
@media screen and (min-width:768px){
    .post-area.followers-wrapper{
        min-height: 100vh !important; 
    }    
    .post-area.followers-wrapper .add-listing.followers {
    padding: 30px 0 245px !important;
    }
    
    }
@media screen and (max-width:767px){
.text-avatar {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #007bff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    aspect-ratio: 1 / 1;
}    
body.dark-mode {
    background: #171717 !important;
}    
.curved-box {
display: block !important;
top: 0 !important;
border-radius: 0 !important;
}            
.add-listing.followers {
margin-top: 0 !important;
padding: 0 !important;
}            
.add-listing.followers {
padding: 0px 0 !important;
}             
.col-md-3.col-sm-2.left_section {
display: none;
}    
.after-login {
margin-top: 20px !important;
}
.post-area .add-listing.followers {
padding: 0px 0 !important;
}            
.curved-box {
height: 45px !important;
}            
}       

        
    .user-profile .cover-image img {
        width: 100%;
    }
    .user-profile {
        background: #fff;
    /*    height: 360px;*/
        margin-bottom: 30px
    } 
    .user-profile .cover-image img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .user-profile {
        background: #fff;
    /*    height: 360px;*/
        border-radius: 16px 16px;
    }
    .profile-box {
        padding: 0px 20px 0px;
    }
    .profile-detail h3 {
        font-size: 16px;
        font-weight: 700;
        color: #324158;
        margin-top: 12px;
        margin-bottom: 0;
    }
    .profile-detail p {
        font-size: 14px;
        margin-bottom: 0;
    }    
    .join {
        font-size: 13px;
        margin-top: 7px;
    }
    .join span{
        margin-right: 20px
    }    
    .join span a{font-weight: 600;}    
    .cover-image {
        position: relative;
    }
    .profile-icon {
        position: absolute;
        bottom: -50px;
        left: 30px;
        width: 70px;
        height: 70px;
        border: 5px solid #fff;
        border-radius: 50%;
    }    
    .follow span {
        color: #5566FF;
        font-size: 12px;
        font-weight: 500;
    }    
    .cover-image  .profile-icon img {
        width: 100%;
        border-radius: 15px 15px 0 0;
        background: #fff;
        border-radius: 50%;
    }    
    .share-profile a.active {
        background: #5566FF;
        color: #fff;
        border-color: #5566FF;
    }
    .share-profile a {
    background: #3b3b3b00;
    color: #fff;
    padding: 11px 11px;
    border-radius: 23px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #32415888;
    color: #fff;
    width: 100px;
    max-width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
}  
    .share-profile {
        text-align: right;
        padding: 13px 20px 0;
        position: relative;
    } 
    .share-profile {
        padding-right: 8px;
    }    
    .social-box a, .social-box a:hover {
        background: none !important;
    }
    .social-box {
        position: absolute;
        background: #fff;
        padding: 9px 2px;
        top: 37px;
        border-radius: 6px;
        font-size: 12px;
        right: 17px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        left: inherit;
    }    
    .share-profile img {
        width: 15px;
    }    
.verifications span {
    /* background: #F1F1F1; */
    /* background: #1E1E1E; */
    padding: 9px 19px;
    border-radius: 60px;
    font-size: 13px;
    color: #324158;
    margin-right: 10px;
    color: #A8A8A8 !important;
    border: 1px solid #32415888;
}
    .verifications {
        margin-top: 10px;
        /* justify-content: space-between; */
        display: flex;
    }  
        .profile-bio p{margin-bottom: 0;}   
    .profile-bio p {
        margin-bottom: 0;
        font-size: 12px;
        margin: 14px 0;
        margin-bottom: 30px;
    }    

    .follow-us h4 {
        font-size: 16px;
        font-weight: 700;
        color: #324158;
        margin-bottom: 15px;
    }
    .share-profile a:hover {
        background: #6e12ff;
        background: linear-gradient(-90deg, #6e12ff 0%, #8909ff 100%);
        color: #fff;
        border-color: #6e12ff;
    }
        .join a:hover{
        color: #325bd6;
        }
        span.back-arrow { display: none}  
    a.btn-copy {
        color: #324158;
    }    
    @media screen and (max-width:767px){
    .user-profile {
    margin-top: 0 !important;
}    
    .post-area.no-border > .email-verification {
    border: none;
    padding: 0;
    margin-top: 0 !important;
}
.date.ogl {
    padding-top: 12px !important;
}        
    .header-wrapper {
        display: none;
    }
       
    .profile-icon {
    left: 15px;
}    
    .user-profile .cover-image {
    padding: 0;
}
        .container .row.justify-content-center .col-md-6{padding: 0 !important}        
        .body-container {
            margin-top: 0px !important;
            padding: 0;
        }
        footer{display: none;}
        .container {
        padding: 0;
    }
    .container .row.justify-content-center {
        margin: 0;
    }     
    .container     .col-md-5 {
        margin: 0;
        padding: 0;
    } 
    .user-profile .cover-image img {
        width: 100%;
        border-radius: 0px 0px 0 0;
    }
    .user-profile {
        background: #fff;
        /* height: 360px; */
        border-radius: 0;
        height: 100vh;
    }
    button.btn.btn-black-outline {
        padding: 7px 0;
    }
    .follow-us {
        margin-top: 34px;
    }
    .follow-us h4 {
        font-size: 15px;
    }
        .cover-image .profile-icon img{border-radius: 50%}   
        span.back-arrow img {
        width: 16px !important;
        filter: invert(1);
    }

    span.back-arrow {
        display: block;
        position: absolute;
        background: #0000005c;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 20px;
        top: 10px;
    } 
    .profile-detail h3 {
        margin-bottom: 0;
    } 
            
    }    
    .green-verified {
        color: green; /* You can adjust this for a custom green color */
        font-weight: bold;
    }

    .green-verified span {
            color: #191919;
        font-weight: 500; /* Apply green color to all spans within the .green-verified class */
    }
    .profile-box-in .image {
        width: 40px;
    }
    .profile-box-in .image img {
        width: 100%;
    }
    .profile-box-in {
        display: flex;
    }
        .profile-box-in h3{margin-top: 0;}  
        .profile-box.pb-10{padding-bottom: 10px;}    
    .profile-box-in {
        margin-bottom: 11px;
    }
    .profile-box .profile-comment p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .profile-box-in .image {
        margin-right: 8px;
    }
    .profile-box-in .name h3 {
        font-size: 14px;
        margin-top: 3px;
    }    
        .media img{max-width: 100%}
    .media img {
        border-radius: 10px;
    }

    .media {
        margin: 15px 0;
    }   
.user-profile {
    margin-top: 26px;
}
.profile-posted-data {
    border-top: 1px solid #cccccc5c;
}
.profile-posted-data .email-verification {
    border-top: 1px solid #cccccc5c;
    padding-top: 0;
    padding: 0 20px;
}    
.cover-image {
    margin-bottom: 10px;
    position: relative;
    padding: 0px 10px 0;
}    
.post-area .follow {
    border: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
}
.profile-box {
    padding: 0px 20px !important;
} 
.followed-by {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
    padding: 0 22px;
}
.followed-by {
    border-bottom: 1px solid #ffffff21;
    padding-bottom: 15px !important;
    border-top: 1px solid #ffffff21;
    padding-top: 15px !important;
}    
.followed-by p{font-size: 14px; margin-bottom: 10px;}
.profile-bio p {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
}    
.followed-by .d-flex{
    padding-left: 17px;
}    
.followed-by .user {
    margin-left: -17px;
    width: 45px;
}
/*
.followed-by .user:nth-child(1) {
    z-index: 999999999
}
.followed-by .user:nth-child(2) {
    z-index: 99999999
} 
.followed-by .user:nth-child(3) {
    z-index: 9999999
}     
.followed-by .user:nth-child(4) {
    z-index: 999999
}     
.followed-by .user:nth-child(5) {
    z-index: 99999
}     
.followed-by .user:nth-child(6) {
    z-index: 9999
}     
.followed-by .user:nth-child(7) {
    z-index: 99
}     
*/
.followed-by .user img {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 100%;
}
    
body.dark-mode .followed-by .user img {
    border: 2px solid #3b3b3b;
}    
.follow {
    margin-top: 7px;
}
.profile-bio p:last-child {
    margin-bottom: 0;
}  
.post-area.no-border {
    border: none;
}
.post-area.no-border > .email-verification {
    border: none;
    padding: 0;
}
.post-area.no-border .email-box {
    padding-top: 15px;
}    
.post-area.no-border .email-box {
    padding-top: 15px;
    padding: 20px 20px;
    border-bottom: 1px solid #cccccc5c;
}    
.profile-posted-data .date {
    border-top: 1px solid #cccccc5c;
    border-bottom: 1px solid #cccccc5c;
}   
/* New color scheeme    */
.cover-image {
    padding: 0px 0px 0;
}    
.user-profile{background: none !important}   
.profile-detail h3 {
    color: #fff;
}
.profile-detail p {
    color: #a8a8a8;
}
.join {
    color: #fff;
}    
.followed-by p {
    color: #fff;
    margin-top: 6px;
}
.profile-bio p, .profile-bio {
    color: #fff;
}    
.profile-box {
    padding: 0px 20px 20px !important;
}
.profile-posted-data {
    border-top: 1px solid #ffffff21;
}
 .pro-people-tab ul li.active a,  .pro-people-tab ul li a:hover {
    background: #3b3b3b !important;
    color: #fff !important;
}    
/* New color scheeme    */    


    
.stats {
    padding: 0 15px;
    text-align: center;
}
.stats .stat h5 {
    margin-bottom: 0;
    font-weight: 800;
    color: #000;
    font-size: 24px;
}
body.dark-mode .stats .stat h5, body.dark-mode .stats .stat p {
    color: #fff;
}
body.dark-mode .stats {
    border-top: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
    padding: 15px 35px;
} 
body.dark-mode .join .date img {
    filter: invert(1) brightness(5);
}    
body.dark-mode .join span.website i {
    color: #fff;
}    
.stat p {
    margin: 0;
}
.profile-detail {
    padding: 0 15px;
}    
.profile-box {
    padding: 0px 0 20px !important;
}
.stats {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 35px;
}
.join {
    color: #A8A8A8;
    padding: 0px 20px;
    margin-top: 0;
}    
 .stats .stat p{font-weight: 700; color: #324158;}    
.profile-detail {
    padding: 0 35px 15px;
}
.verifications {
    padding: 5px 20px;
}
.profile-bio, .green-verified {
    padding: 0 20px;
}    
.website{
color: #4070ff; 
font-weight: 400;    
    }   
    .website a{font-weight: 400 !important;}    
span.website i {
    color: #000;
}    
.join .date img {
    width: 14px;
    margin-top: -4px;
} 
.my-feeds{border-top:none}    
.share-profile a {
    padding: 6px 0;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: max-content;
}
.post-area.no-border .email-box {
    border-bottom: 1px solid #ddd;
}   
.profile-bio {
    padding-top: 10px;
    padding: 15px 20px 0;
}   
#profileform .cover-image {
    padding: 0;
}
#manage-profile .form-control {
    min-height: 2rem;
    font-size: 12px;
    background: #e7e7e7 !important;
    border: 1px solid #f8f8f8 !important;
}    
body.dark-mode .post-area-inside textarea {
    background: transparent;
    color: #d4d4d4;
}
.social-popup .post-area-inside {
    padding: 0 0;
} 
.header-wrapper {
    z-index: 9999999999 !important;
} 
.share-profile a {
    background: none;
    }
span.website i {
    margin-right: 0 !important;
}    
.curved-box {
    height: 50px !important;
    
}
.curved-box.add-listing-steps-wrapper h1{
        border-bottom: 1px solid #373737;
    }    
.user-profile {
    background: none !important;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-radius: 0;
    margin-bottom: 0;
}    
.cover-image .profile-icon img {
    background: none;
}
.post-area {
    min-height: calc(100vh - 40px) !important;
} 
.post-area {
    display: flex;
    flex-direction: column;
}
.user-profile {
    flex: 1;
}    
.item.lightgallery > div {
    cursor: pointer;
}   
.post-area .user-profile .share-profile {
    margin-left: 110px;
}    
.curved-box.fixed-heading .back-btn {
    top: 12px;
}    

.post-area.followers-wrapper .add-listing.followers .followers-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
        border-bottom: 1px solid #3241585c;
    }

    
