#profile-show-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ad-owner-img-container-show-profile {
    height: 24vh;
    width: 24vh;
    border-radius: 12vh;
    overflow: hidden;
    display: inline-block;
    background-color: transparent;
    position: relative;
    top: -18dvh;
    left: 0;
    margin-inline: auto;
}

#profile-show-wrapper {
    margin: 0 auto 10dvh auto;
    width: 100%;
    height: 55dvh;
    background: linear-gradient(34deg, rgba(255, 19, 219,0.2), rgba(136, 30, 255, 0.2), rgba(24, 123, 255, 0.2));
}

#blank-after-profile {
    height: fit-content;
}

#profile-show-data-container {
    width: 70%;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0 0.4vw grey;
    padding-block: 10dvh;
    border-radius: 1dvh;
    background-color: white;
    height: fit-content;
    position: relative;
    top: -43dvh;
    left: 0;
}

#profile-show-data-container h1 {
    margin-bottom: 1.5dvh;
}

#rate-user-container {
    margin-left: 10%;
    margin-right: auto;
    margin-bottom: 7vh;
}

.owners-other-advertisements {
    border-top: 1px solid #cccccc;
    width: 80%;
    padding-top: 5vh;
    margin-top: 5dvh;
}

.profile-show-message-btn-container {
    width: 40%;
    margin-bottom: 7vh;
}

#users-ads-grid-container {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 1vh;
}

.delete-btn {
    border-color: red;
}

.delete-btn:hover {
    background-color: red;
}

.profile-menu-profile-image {
    height: 20dvh;
    width: 20dvh;
    border-radius: 20dvh;
}

.delete-account-form {
    border: 1px solid ;
}

#gradient-button {
    background: linear-gradient(34deg, rgba(255, 19, 219,1), rgba(136, 30, 255, 1), rgba(24, 123, 255, 1));
}

.profile-edit-img-container {
    height: 24vh;
    width: 24vh;
    border-radius: 12vh;
    overflow: hidden;
    display: inline-block;
}
