/*
 * Component: Social Widgets
 * -------------------------
 */
.card-follow {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.71),
    0 3px 3px rgba(0, 0, 0, 0.25);
    position: relative;
}

.user-header-follow {
    /* background: url(http://localhost:84/Blog_nyarwanda_CMS/assets/image/img/photo1.png) center center; */
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding: 1rem;
    height: 120px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.user-header-follow-logout {
    /* background: url(http://localhost:84/Blog_nyarwanda_CMS/assets/image/img/photo1.png) center center; */
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding: 1rem;
    height: 400px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.user-follow .user-image-follow {
     z-index: 2;
     position: absolute;
     top: 65px;
     left: 50%;
     margin-left: -45px;
}

.user-follow .user-image-follow span {
     position: absolute;
     top: 72px;
     left: 32%;
     /* margin-left: 28px; */
}

.user-follow .user-image-follow > img {
    width: 90px;
    height: 90px;
    border: 3px solid #ffffff;
}
.user-follow .user-image-follow > .elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.71), 0 3px 6px rgba(0, 0, 0, 0.25);
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23); */
}

.user-follow .card-footer {
    padding-top: 36px;
    text-align: center;
    background-color: #0000001a;
}

.logout  {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: -webkit-fill-available;
    color: antiquewhite;
    background-color: #ffebcd6b;
    padding: 5px;
}

.user-follow .user-username-follow {
    font-size: 15px;
    font-weight: 700;
    color: #1f0b01bf;
}
.user-follow .user-username-follow a {
    color: black;
}
