.TPM-User-Profile-Modal-Drop-Down-Data {
    padding: 10px;
}

.TPM-Remove-Mb-20 {
    margin-bottom: 0px;
}

.TPM-User-Profile-Modal-Drop-Down {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 300px;
    padding: 0px !important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.point {
    cursor: pointer;
}

.open-modal-text-color {
    font-size: 16px;
    color: #17394d;
}

.modal-title-text-color {
    color: #33333f;
}

.ticket-and-pm-label-color {
    background-color: #dfe3e6;
    color: #17394d;
    border-radius: 50%;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.TPM-User-Profile-Modal-Span-Top {
    margin-top: 10px;
}

.TPM-User-Profile-Nav-Bar-Data li>a {
    color: #17394d;
    margin: auto -11px;
}

.TPM-User-Profile-Nav-Bar-Data li>a:hover {
    background-color: #298fca;
    color: #fff;
    margin: auto -11px;
}

.TPM-User-Profile-modal-image {
    text-align: right;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.TPM-Img-Icon-Size {
    width: 28px;
    height: 28px;
}

.TPM-Img-User-Icon-Text-Size {
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: #dfe3e6;
    color: #17394d;
    font-size: 12px;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.TPM-User-Profile-hand-Icon {
    cursor: pointer;
}