


.user-feed-display{
    border: 1px solid none;
    box-shadow: 0px 0px 3px 0px black;
    background-color: white;
    height: 580px;
    width: 700px;
    margin-bottom: 50px;
    border-radius: 7px;
    margin-left: -50px;
}


.user-profile-info-container{
    /* border-radius: 7px; */
    border-bottom: 1px solid lightgray;
    height: 70px;
    width: 700px;
    float: left;
    margin-bottom: 0px;
}
.user-profile-info{
    border-radius: 7px;
    border: 1px solid black;
    width: 50%;
    height: 50px;
    float: left;
}
.profile-img-url{
    border-radius: 50%;
    border: 1px solid transparent;
    box-shadow: 0px 0px 1px 1px gray;
    width: 45px;
    height: 45px;
    object-fit: cover;
    float: left;
    margin: 5px 0px 0px 10px;
}

.user-profile-name{
   border: 1px solid transparent;
    height: 20px;
    width: 100px;
    float: left;
    margin: 7px 0px 0px 5px;
}
.user-profile-name-text{
    float: left;
    border: 1px solid transparent;
}

.news-feed-card-display-options{
    border: 1px solid transparent;
    height: 70px;
    width: 350px;
    float: right;
    position: relative;
}
.read-comments{
    border: 1px solid lightgray;
    float: right;
    margin-top: 40px;
    padding: 5px 20px;
    border-radius: 3px 0px 0px 0px;
    margin-right: 0px;
    
}
.read-comments:hover{
    cursor: pointer;
    background-color: #f2f2f2; 
}
.past-uploads{
    border: 1px solid lightgray;
    left: 10px;
    border-radius: 0px 0px 0px 0px;
    float: right;
    margin-right: 0px;
    padding: 5px 20px;
    margin-top: 40px;
}
.past-uploads:hover{
    cursor: pointer;
    background-color: #f2f2f2; 
}
.exit-btn{
    border: 1px solid none;
    padding: 1px 7px;
    right: 5px;
    color: gray;
    position: absolute;
    border-radius: 3px;
    top: 5px;
}
.exit-btn:hover{
    background-color: #f2f2f2;
    color: black;
    cursor: pointer;
}




.user-current-upload{
    border: 1px solid #f2f2f2;
    height: 470px;
    width: 54%;
    float: left;
    position: relative;
}
.current-upload{
    border: 1px solid black;
    height: 98%;
    width: 99%;
    object-fit: cover;
    margin: 3px 2px 2px 2px;
    /* position: relative; */
}

.users-past-uploads{
    /* border: 1px solid #f2f2f2; */
    border: 1px solid black;
    height: 470px;
    width: 45%;
    float: left;
    position: relative;
    /* grid-gap: 5px; */
    /* display: grid;*/
    /* padding-left: 1px; */
    /* grid-template-columns: repeat(2, 1fr); */ 

}
.past-upload{
    border: 1px solid black;
    height: 150px;
    margin: 2px 2px 2px 2px;
    border-radius: 3px;
    float: left;
    width: 169px;
    object-fit: cover;
}

.comment_form_box{
    border: 1px solid black;
    height: 30px;
    width: 250px;
    position: absolute;
    bottom: 0px;
}
.upload_description_box{
    border: 1px solid black;
    height: auto;
    width: auto;
    text-align: left;
    float: left;
}
.current-upload-comment-form{
    border: 1px solid none;
    position: absolute;
    bottom: 10px;
    left: 5px;
    height: 30px;
    width: 98%;
    /* margin-top: 50px; */
}
.comment-text-field{
    border: 1px solid none;
    border-right: 1px solid gray;
    box-shadow: 0px 0px 1px 1px black;
    border-radius: 7px 0px 0px 7px;
    width: 250px;
    padding-left: 10px;
    height: 23px;
}
.comment-submit-btn{
    border: 1px solid black;
    border-radius: 0px 7px 7px 0px;
    background-color: white;
    border-left: none;
    height: 30px;
    
}
.comment-submit-btn:hover{
    background-color: #f2f2f2;
    cursor: pointer;
}
.other-user-info-container{
    
    /* margin-top: -1px; */
    border-top: 1px solid #f2f2f2;
    border-radius: 0px 0px 7px 7px;
    height: 35px;
    width: 700px;
    float: left;
}

.user-follower-count{
    border: 1px solid transparent;
    height: auto;
    width: auto;
    margin: 5px 10px;
    float: left;
}
.settings-options{
   /*  border-radius: 50%; */
    border: 1px solid transparent;
    height: 5px;
    width: auto;
    color: gray;
    font-size: 30px;
    margin-right: 20px;
    margin-top: -5px;
    float: right;
}
.settings-options:hover{
    color: black;
    cursor: pointer;
}

/* .comment-option{
    border: 1px solid black;
    height: auto;
    width: auto;
    float: right;
}
.past-upload-options-container{
    border: 1px solid black;
    height: auto;
    width: auto;
    float: right;
} */




    /* news feed comment form  */
/* .feed-comment-form{
    border: 1px solid black;
    height: 30px;
    width: 250px;
    float: left;
} */










.news_feed_user_info_card_container{
    border: 0px solid black;
    background-color: white;
    height: 500px;
    width: 700px;
    border-radius: 13px;
    box-shadow: 0px 0px 10px .5px gray;
    margin-top: 80px;
    margin-left: -43px;
}

.img-box{
    border: 0px solid white;
    height: 100%;
    width: 60%;
    position: relative;
    float: left;
}
.upload-img{
    border: 0px solid transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 13px 0px 0px 13px;
    left: 0px;
    object-fit: cover;
    left: -5px;
    z-index: 1;
}
.profile-img{
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 1px black;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    object-fit: cover;
    z-index: 2;
}
.profile-img:hover{
    cursor: pointer;
    box-shadow: 0px 0px 3px 3px black;
}

.user-name{
    border: 0px solid white;
    box-shadow: 0px 0px 0px 1px black;
    background-color: black;
    color: white;
    height: auto;
    width: auto;
    font-size: 18px;
    padding: 3px 20px 3px 10px;
    border-radius: 5px;
    position: absolute;
    text-align: left;
    top: 15px;
    left: 70px;
    object-fit: cover;
    z-index: 2;
}


.users-follower-count{
    border: 1px solid transparent;
    position: absolute;
    z-index: 2;
    bottom: -30px;
    left: 10px;
}
#more-uploads{
    border: 1px solid black;
    border-radius: 7px;
    z-index: 2;
    position: absolute;
    bottom: 10px;
    /* text-shadow: 0px 0px 0px black; */
    right: 20px;
    padding: 0px 10px;
    text-shadow: 0 0 3px black;
    color: white;
    background-color: transparent;
}
#more-uploads:hover{
    cursor: pointer;
    color: white;
    background-color: black;
}


.comment-section-box{
    border: 0px solid black;
    border-radius: 0px 13px 13px 0px;
    position: relative;
    height: 100%;
    width: 275px;
    float: right;
}

.current-upload-title-box{
    border-bottom: 1px solid lightgray;
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: -10px;
    padding-bottom: 10px;
}


#users-comments-box{
    border-top: 0px solid black;
    height: 200px;
    margin-top: 10px;
    width: 275px;
    text-align: left;
    padding-left: 10px;
}



.comment-form-box{
    border-top: 1px solid gray;
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 285px;
    margin-left: -10px;
}
.comment-form-item{
    float: left;
}
#comment-text-field{
    border: 0px solid black;
    border-radius: 7px 0px 0px 7px;
    box-shadow: 0px 0px 2px 1px black;
    height: 30px;
    width: 170px;
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 20px;
}
#comment-submit-btn{
    border-radius: 0px 7px 7px 0px;
    box-shadow: 0px 0px 2px 1px black;
    border: 0px solid black;
    height: 32px;
    width: 70px;
    background-color: white;
    margin-top: 20px;
}
#comment-submit-btn:hover{
    background-color: #f2f2f2;
    cursor: pointer;
}

#user-settings-btn{
    border: 0px solid black;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    position: absolute;
    padding: 5px 5px;
    bottom: -60px;
    right: 20px;
    z-index: 2;
}
#user-settings-btn:hover{
    background-color: lightgray;
    cursor: pointer;
}