.user_list-header-container {
    position: relative;
    height: 66vh;
    background: url("../../img/home/home_header_3.png");
    background-size: cover;
    background-position: center bottom;
    border-radius: 0 0 2rem 2rem;
    z-index: -1;
}
.user_list-header-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.boat-list-card {
    background: linear-gradient(90deg, transparent 40%, rgba(170, 135, 103, 0.75) 80%,   rgba(170, 135, 103, 1) 95%);
    border-bottom-right-radius: 55px;
}
@media screen and (max-width: 550px) {
    .boat-list-card {
        background: linear-gradient(90deg, transparent 40%, rgba(170, 135, 103, 0.75) 80%,   rgba(170, 135, 103, 1) 90%);
    }
}


.user-info-header {
    position: relative;
    width: fit-content;
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    border-radius: 1rem;
    padding: 2rem;
    z-index: 1;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .5);
}



.user-avatar {
    margin-top: -50px;
}

.avatar-img-outer {
    width: 90px;
    padding: 2px;
    background-color: white;
    border: none;
    border-radius: 50%;
}

.user-message-time {
    font-size: .8rem;
    opacity: .5;
}

