

.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);
    }
    } 

@media screen and (max-width:767px){
.text-avatar {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    aspect-ratio: 1 / 1;
}    
    body.dark-mode {
    background: #171717 !important;
}
.header-wrapper {
        display: none;
    }
.curved-box {
        display: block !important;
        top: 0 !important;
        border-radius: 0 !important;
    }
.body-container {
        margin-top: 0px !important;
        padding: 0;
    }   
.post-area .add-listing.followers {
        padding: 0px 0 !important;
    }  
.col-md-3.col-sm-2.left_section {
    display: none;
}    
    }
