
.top-image-user {
    position: relative;
    height: 587px;
    background-position: center;
    background-size: cover;
    background-color: var(--mainBlack);
}

.top-image-user-container {
    background-color: #000000a1;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.card-user-border-container {
    position: relative;
    width: 150px; /* Adjusted to ensure the border is visible */
    height: 150px; /* Adjusted to ensure the border is visible */
    /* Space for the border */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(45deg, var(--gradient-start), var(--gradient-end));
}

.card-users-user-img {
    border-radius: 50%;
    width: calc(100% - 8px); /* Adjusted to fit within the border */
    height: calc(100% - 8px); /* Adjusted to fit within the border */
    background-size: cover;
    background-position: center;
}

/* Additional necessary CSS */
.card-user-user-cont {
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    width: 147px;
    height: 147px;
}

.card-user-supporter {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    background-color: #3a51c6;
    border-radius: 252px;
    width: 60%;
    padding: 2px 7px;
}

.card-user-partner {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-10%);
    background-color: #0FFFDA;
    color: black;
    border-radius: 252px;
    width: 60%;
    padding: 2px 7px;
}

.card-user-badge {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 39px;
}

.card-user-user-img-guide-animal {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 37px;
}

.user-gallery-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.user-gallery-image {
    position: absolute;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    background-size: cover;
    background-position: center;
    border-radius: 31px;
}

.user-passion-box {
    border: solid 2px black;
    border-radius: 31px;
    padding: 41px 58px;
}

.user-passion-activity {
    position: relative;
    border-radius: 100%;
    width: 72px;
    height: 72px;
    margin-right: 39px;
}

.user-passion-activity-image {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.user-like-activity {
    position: relative;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

.user-like-activity-image {
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.user-trophy-container {
    width: 105px;
    margin-right: 7px;
    margin-bottom: 29px;
}

    .user-trophy-container img {
        width: 100%;
    }

.user-stats-box {
    padding: 6px;
}

.user-stats-box-inner {
    border-radius: 31px;
    border: solid 1px var(--grayLight);
    position: relative;
    box-shadow: 0px 0px 18px -4px var(--grayLight);
}

.user-stats-box-inner-data {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: initial;
    height: initial;
}

user-stats-box-inner-data * {
    position: initial;
}

.user-detail-frame {
    position: absolute;
    bottom: -4px;
    left: 0px;
    right: 0px;
    z-index: 99;
    background-repeat: repeat-x;
    height: 76px;
    background-size: contain;
}

.box-p-r {
    padding-right: 63px;
}

.box-p-l {
    padding-left: 63px;
}

.force-border-black {
    border-color: var(--mainBlack) !important;
}

.w-150-center {
    max-width: 135px;
    margin: 0 auto;
}

.adventure-download-app-box {
    z-index: 9999;
    background-color: white;
    width: 450px;
    position: fixed;
    bottom: 36px;
    right: 123px;
    box-shadow: 0px 0px 32px #0000001C;
}

.AdventureBoxContainerParent {
    height: 393px;
}

.user-detail-unsplash {
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 20px;
    font-size: 12px;
    color: white;
}

    .user-detail-unsplash a {
        color: white;
        text-decoration: none;
    }

.review-star {
    width: 29px;
    margin-right: 8px;
}

.review-star-small {
    width: 20px;
    margin-right: 5px;
}

.review-box {
    width: 366px;
    min-width: 366px;
    min-height: 137px;
    border-radius: 31px;
    background-color: var(--grayLight);
    padding: 30px 32px;
    margin-right: 18px;
    height: 100%;
}

.card-user-badge-pro-type {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--proYellow);
    padding: 4px 10px;
    border-radius: 26px;
}

.tag-box-profile {
    min-width: 80px;
    border-radius: 16px;
    background-color: #cecece;
    text-align: center;
    cursor: pointer;
    background-color: white;
    color: black;
    border: solid 1px black;
    padding: 7px 15px;
    margin-right: 10px;
    margin-bottom: 4px;
    height: 30px;
    background-color: var(--redPorpose);
    color: white;
    border-color: white;
}

.tag-box-profile-opacity {
    opacity: 0.6;
    cursor: default;
}

.tag-box-profile-description-btn {
    height: 14px;
    width: 14px;
    margin-left: 5px;
    border-radius: 100px;
    font-size: 8px;
}

.common-label {
    width: auto;
    height: auto;
    font-size: 13pt;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 26px;
    vertical-align: middle;
}
