.icon,
.username {
    position: relative;
}

.username {
    color: var(--colors-text-base);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Material Symbols Outlined";
    color: var(--colors-fill-secondary);
}

.icon1 {
    position: relative;
    font-weight: 600;
}

.icon1 {
    line-height: 16px;
}

.dot,
.status {
    position: relative;
}

.dot {
    width: 12px;
    border-radius: 9999px;
    background-color: var(--colors-fill-secondary);
    height: 12px;
}

.status {
    color: var(--colors-text-base);
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inlineavailibility {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
}

.imgprofile-icon {
    width: 144px;
    position: relative;
    height: 144px;
    object-fit: cover;
    border-radius: var(--styling-border-radius-r-lg, 12px);
    background: lightgray 50% / cover no-repeat;
    /* consistent/focusRing.primaryLoose */
    box-shadow: 0px 0px 0px 6px var(--colors-fill-primary), 0px 0px 0px 4px var(--colors-fill-bgmain);

}

.inlineusername4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--colors-text-base);
}

.location8 {
    color: var(--colors-text-base);
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: Manrope;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inlinelocation4 {
    flex-direction: row;
    gap: 4px;
    text-align: center;
    font-family: "Material Symbols Outlined";
}

.blockuserdata4,
.inlinelocation4,
.inlinelocation5 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inlinelocation5 {
    flex-direction: row;
    font-size: 14px;
}

.blockuserdata4 {
    flex-direction: column;
    gap: 4px;
}

.pdescription {
    color: var(--colors-text-base);
    align-self: stretch;
    position: relative;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.iconend3,
.textcontent41 {
    position: relative;
    font-weight: 600;
}

.textcontent41 {
    font-size: 12px;
    line-height: 18px;
    font-family: Manrope;
    color: var(--colors-text-soft);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iconend3 {
    width: 16px;
    line-height: 16px;
    display: none;
}

.btnoutlinedsmall,
.inlinebtn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btnoutlinedsmall {
    border-radius: 9999px;
    background-color: var(--colors-text-base_inverted);
    border: 1px solid var(--colors-text-link);
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
}

.inlinebtn-group {
    align-items: flex-start;
    gap: 8px;
    text-align: center;
    color: var(--colors-text-link);
}

.blockmyuserinfo {
    width: 280px;
    border-radius: 12px;
    background-color: var(--colors-fill-bgmain);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 20px;
    box-sizing: border-box;
    gap: 20px;
}

.wrappertopmargin {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 0 0;
    text-align: left;
    font-size: 16px;
    color: var(--colors-text-soft);
}

.gender-name {
    color: var(--colors-text-base);
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    margin-bottom: 0;
}

.user-name {
    line-height: 24px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}


/*!* mobile *!*/


@media screen and (max-width: 1250px) {

    .gallery-wrapper {
        margin-top: 50%;
    }

    .wrappertopmargin {
        max-width: 500px !important;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        padding: 40px 0 0;
        text-align: left;
        font-size: 16px;
        color: var(--colors-text-soft);
        position: absolute;
        /*margin-left: 5px;*/
        top: 13%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .blockmyuserinfo {
        margin-top: 40px;
        width: 500px;
        border-radius: 12px;
        background-color: var(--colors-text-base_inverted);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 24px 20px;
        box-sizing: border-box;
        gap: 20px;
    }

    .mobile-card {
        display: flex;
        width: 100%;
    }
}
@media screen and (max-width: 930px) {

    .wrappertopmargin {
        max-width: 500px !important;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        padding: 40px 0 0;
        text-align: left;
        font-size: 16px;
        color: var(--colors-text-soft);
        position: absolute;
        /*margin-left: 5px;*/
        top: 15%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .blockmyuserinfo {
        margin-top: 40px;
        width: 500px;
        border-radius: 12px;
        background-color: var(--colors-text-base_inverted);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 24px 20px;
        box-sizing: border-box;
        gap: 20px;
    }

    .mobile-card {
        display: flex;
        width: 100%;
    }
}




