
.user_profileCircleUp {
    /* border-radius: 1000px !important; */
    width: 140px;
    height: 140px;
    /* border: 8px solid #efefef; */
    padding: 0;
    margin: 0;
    position: relative;
}

.user_profileCircleUp .avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    padding: 0;
    margin: 0;
    /* border-radius: 1000px !important; */
    border-radius: 10px !important;
    border: 8px solid #efefef;


}

.user_profileCircleUp .upload-button {
    position: absolute;
    bottom: 10px;
    right: -10px;
    color: #ffffff;
    background: #0178bc;
    padding: 9px;
    border-radius: 50%;
    line-height: 12px;
    font-size: 14px;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
}

.user_profileCircleUp .upload-button::before {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
    border: 4px solid rgba(1, 120, 188, 0.54);
    border-radius: 50%;
}

.user_profileCircleUp .input-file-upload {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 0;
    width: 100%;
}
/* search autocomplete ui */
.ui-autocomplete{
    z-index:1200 !important;
}
/* hygiene,personal care and cleaning supplies */
.sub-category-image {
    height: 100px;
}

a{
    cursor: pointer !important;
}



