.profile-popup {
    visibility: visible;
    opacity: 1;
    float: left;
    position: absolute;
    background-color: white;
    height: 140px;
    width: 260px;
    border: 1px solid #EEEEEE;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px #999999;
    z-index: 2;
}
.button-in-popup {
    width: 150px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #F9885A;
    border-radius: 5px;
    background-color: #F9885A;
    color: #FFFFFF;
    bottom: 10px;
    position: absolute;
    right: 10px;
}
    .button-in-popup:hover {
        background-color: #FE9F84;
        border-color: #FE9F84;
    }

.image-post-popup {
    border-radius: 100% !important;
    height: 80px !important;
    width: 80px !important;
    border: 1px solid #EEEEEE;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.icon-profile-popup {
    text-align: left;
    margin-top: 5px;
    margin-left: 30px;
}

    .icon-profile-popup > img {
        width: 20px !important;
        height: 20px !important;
        border-radius: 0% !important;
        margin-right: 7px;
        margin-top: -3px;
    }

.text-display-name {
    color: #111111;
    margin-bottom: 2px;
    font: normal normal bold 14px Noto Sans JP;
    font-weight: bold;
    cursor: pointer;
}

.text-job-title, .text-department {
    color: #111111;
    margin-bottom: 2px;
    font-size: 11px !important;
    font-weight: normal;
}

#iconhint {
    margin-top: 7px;
    height: 20px;
    background-color: #F1F1F1;
    box-shadow: 2px 2px 5px #00000029;
    border: 1px solid #DDDEDE;
    color: #5C5D5C;
    text-align: center;
    font-size: 10px;
    position: absolute;
    animation-name: showhint;
    animation-duration: 0.5s;
    font-family: Noto Sans JP;
}

@keyframes showhint {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes outhint {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.iconhintmail {
    margin-left: 31px;
    width: 78px;
}

.iconhintchat {
    margin-left: 58px;
    width: 48px;
}
