/* New CSS Of Components  */

:root {
    --main-theme-color: #3969ff;
    --main-element-color: rgba(0, 0, 0, 0.3);
}

.tpm-user-profile {
    height: 20px;
    width: 20px;
}

.tpm-user-profile-lable {
    color: #17394d;
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.icon-lock {
    color: #ee5a46;
}

.tpm-user-profile-list-style li a:hover .icon-sm {
    color: #fff;
}

.tpm-user-profile-ml {
    margin-left: 40px;
}

ol, ul.tpm-user-profile {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tpm-user-profile-list-style li {
    border-bottom: 1px solid rgba(9, 45, 66, .13);
    padding: 2px 0;
    position: relative;
}

.tpm-user-profile-list-style li a:active {
    background: var(--main-theme-color);
    color: #fff;
}

.tpm-user-profile-list-style li a:hover {
    background: var(--main-theme-color);
    color: #fff;
}

.tpm-user-profile-list-style li a {
    border-radius: 3px;
    display: block;
    padding: 6px 80px 6px 8px;
    position: relative;
    text-decoration: none;
}

.tpm-user-profile-list-style li .item-name {
    padding: 0 4px 0 0;
    margin-bottom: 0;
}

/* New CSS Of Components  End */

.border-bottom {
    border-bottom: 1px solid #d9d9d9;
}