

.following-info-title-container{
    border: 1px solid transparent;
    height: 60px;
    width: 850px;
    background-color: #f2f2f2;
}
.following-info-title-text{
    border: 1px solid transparent;
    height: auto;
    width: auto;
    float: left;
    margin: 20px 0px 0px 0px;
}





.following-search-form{
    border: 1px solid transparent;
    border-radius: 15px;
    width: 800px;
    height: 45px;
    padding: 2px;
}
#following-search-field{
    border: 0px solid lightgray;
    height: 37px;
    width: 785px;
    padding-left: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 1px 0px black;
    float: left;
}
#following-search-btn{
    border: 0px solid black;
    border-left: 1px solid gray;
    height: 34px;
    float: left;
    width: 66px;
    margin-left: -70px;
    background-color: white;
    border-radius: 0px 15px 15px 0px;
    margin-top: 2.5px;
}
#following-search-btn:hover{
    background-color: #f2f2f2;
}







.following-search-display-container{
    border: 1px solid #f2f2f2;
    height: auto;
    width: 1140px;
    margin-top: 20px;
    margin-left: -55px;
    border-radius: 13px;
    box-shadow: 0px 0px 1px 0px black;
    margin-bottom: 100px;
    margin-top: 35px;
    padding: 0px 0px 5px 0px;
    float: left;
}







        /* this next part is for the users followers card */

    .following-card{
        border: 1px solid lightgray;
        margin: 10px 0px 0px 10px;
        /* box-shadow: 0px 0px px 0px black; */
        background-color: white;
        height: 405px;
        width: 270px;
        /* padding: 1px; */
        border-radius: 7px;
        float: left;
        position: relative;
    }
    .following-card:hover{
        box-shadow: 0px 0px 3px 0px black;
    }
    .user-following-img{
        border: 1px solid transparent;
        height: 245px;
        border-radius: 7px 7px 0px 0px;
        margin: -2px 0px 10px -2px;
        width: 101%;
        /* padding-left: -2px; */
        float: left;
        object-fit: cover;
        /* position: relative; */
    }


       /*  users profile info  */

    .user-account-info{
        border: 1px solid black;
        height: 40px;
        width: 99%;
        float: left;
    }


    .user-profile-img{
        border: 1px solid transparent;
        height: 45px;
        width: 45px;
        margin: 10px 0px 0px 10px;
        box-shadow: 0px 0px 2px 0px black; 
        border-radius: 50px;
        object-fit: cover;
        float: left;
        position: absolute;
        top: 195px;
        left: 0px;
    }
    .user-profile-name{
        border: 1px solid transparent;
        border-radius: 7px;
        margin: 23px 0px 0px 65px;
        color: white;
        height: auto;
        /* display: none; */
        background-color: black;
        width: auto;
        padding: 3px 7px;
        float: left;
        position: absolute;
        top: 195px;
        left: 0px;
    }
    .user-bio{
        border: 1px solid transparent;
        height: 25px;
        margin-left: 10px;
        width: auto;
        display: none;
        background-color: white;
        float: left;
        text-align: left;
        margin-top: 5px;
    }
    .user-account-info-box{
        border: 1px solid transparent;
        height: auto;
        width: 99%;
        float: left;
    }



       /*  user account upload info */
    .users-upload-info-container{
        border-bottom: .5px solid lightgrey;
        height: 23px;
        margin-top: 13px;
        padding: 10px 2px 10px 2px;
        width: 99%;
        float: left;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .users-products{
        border-right: 1px solid lightgray;
        height: auto;
        padding: 0px 2px 0px 2px;
        /* padding-left: -10px; */
        width: auto;
        /* float: left; */
    }
    .users-videos{
        border: 1px solid transparent;
        height: auto;
        padding: 0px 2px 0px 2px;
        width: auto;
        /* float: left; */
    }
    .users-images{
        border-left: 1px solid lightgray;
        height: auto;
        padding: 0px 2px 0px 2px;
        width: auto;
        /* float: left; */
    }




       /*  follow button  */
    .following-btn{
        border: .1px solid #002966;
        box-shadow: 0px 0px 2px 0px #002966;
       
        background-color: white;
        border-radius: 7px;
        height: 30px;
        width: 210px;
        margin-top: 10px;
    }
    .following-btn:hover{
        background-color: #e6f0ff;
        cursor: pointer;
        color: #002966;
    }


        /* the amount of followers */
    .user-followers-container{
        border-top: .5px solid lightgray;
        height: 40px;
        width: 100%;
        margin-top: 13px;
        
        border-radius: 0px 0px 7px 7px;
        
    }
    .user-followers-text{
        border: 1px solid transparent;
        height: auto;
        width: auto;
        float: left;
        margin: 5px 0px 0px 10px;
    }