.user-profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}

.user-profile-image:hover {
    transform: scale(1.8);
    transition: 0.2s;
}

.user-profile-image-edit {
    position: absolute;
    bottom: 10px;
    right: -30px;
    color: black;
    z-index: 999;
}

.expire-time-hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}
