.user-notify-box {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 16px;
    color: #677684!important;
    background: #1e222c;
    line-height: 42px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.user-notify-box.active {
    display: inline-block;
}

.user-notify-box .count-not-read {
    position: absolute;
    background: red;
    color: #fff;
    top: -5px;
    right: -5px;
    font-size: 12px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0px 3px;
    border-radius: 8px;
    pointer-events: none;
}

.item-notification {
    border-bottom: 0.02667rem solid #565353!important;
    cursor: pointer;
    background: #292e3b;
    color: #c5cbd5;
    padding: 0.35rem!important;
}

.item-notification:hover {
    background: #363d4e;
}

.item-notification.not-read {
    background: #424b5f;
}

.item-notification .tit {
    margin-bottom: 0!important;
    color: #dbdbdb!important;
}

.item-notification .time {
    font-size: 0.32rem!important;
}

.item-notification .number {
    font-weight: 500!important;
    font-size: 0.42rem!important;
    margin-top: 0.133333rem!important;
}

.btn-delete-notify {
    font-size: 0.5rem;
    color: #e26565;
}

.item-note-history {
    width: 100%;
    padding-left: calc(.26667rem + 40px);
    margin-top: 5px;
    font-size: .38rem;
    line-height: 1.3;
    color: #889198;
}
.notifycation-page .list{
    padding-left: 0;
    padding-right: 0;
}

.text-right {
    text-align: right!important;
}

.p-l-0 {
    padding-left: 0!important;
}

.avata-groups .avatar-customers {
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.avata-groups .avatar-customers img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    background-color: #fff;
}

.avata-groups .btn-update__avatars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border: dashed 1px #888888;
    font-size: 14px;
    padding: 5px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    color: #888888;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.avata-groups .btn-update__avatars label {
    cursor: pointer;
}

.mian .menu-box .user-img .img {
    margin: 0;
}

.popup-change-profile .title {
    height: 1.6rem;
    width: 100%;
    background: url(../images/myProfilebg.298e3612.png) no-repeat 0 0;
    background-size: 100% 100%;
    filter: hue-rotate(260deg) !important;
}

.popup-change-profile .con {
    padding: 0.26667rem 0;
}

.popup-change-profile .con .input {
    width: 100%;
    height: 0.93333rem;
    line-height: 0.93333rem;
    border: none;
    padding: 0 0.4rem;
    background-color: #10131a;
    color: #fff;
}

.popup-change-profile .con .lab {
    padding: 0 0.26667rem;
    margin-bottom: 0.26667rem;
}

.popup-change-profile .food {
    height: 1.33333rem;
    line-height: 1.33333rem;
}

.popup-change-profile .food .item {
    flex: 1;
    text-align: center;
    font-weight: 600;
    font-size: 0.45333rem;
}

.popup-change-profile .food .item.sure {
    color: #fff;
    background-image: linear-gradient(135deg, #7146ff, #4a69ff)!important;
}

.popup-change-profile .food .item.btn-close-popup {
    background: #fa0;
    color: #fff;
}

.custom-notify-user-header{
    padding: .3rem 0;
    background: #292e3b;
    color: #c5cbd5;
}
.custom-notify-user-header .inner-content{
    padding: .3rem;
    border-bottom: 0.02667rem solid #565353!important;
    background: #363d4e;
}
#show-user-notify-custom {
    color: #c5cbd5;
}
#show-user-notify-custom .title-item{
    font-size: .6rem;
    padding: .2rem .3rem;
    color: #dbe0ea;
    background-color: #363d4e;
    text-align: center;
}
#show-user-notify-custom .inner-content{
    padding: .3rem;
}
@media screen and (max-width: 991px) {
    .user-notify-box-wrapper {
        position: fixed;
        z-index: 100;
        top: 60px;
        right: 10px;
    }
    .user-notify-box-wrapper.single-position{
        top: 10px;
    }
    .user-notify-box {
        border: solid 1px #677684;
    }
}