.box-notify{
    position: relative;
}
.notification_papa{
    position: relative;
}
#num-notification{
        position: absolute;
        top: -5px;
        right: -5px;
        background: #ff2f2f;
        color: white;
        border-radius: 100%;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        padding: 0 5px;
}
.notify_ring_img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(105%) contrast(102%);
}

.box-notify{
    /*line-height: 120px;*/
}

.notify_menu{
    position: absolute;
    background: var(--bg-notify-color);
    width: 331px;
    top: 74%;
    right: -54px;
    border-radius: 8px;
    border: 1px solid var(--bg-notify-color);
}

.notify_menu:before{
    content: '';
    position: absolute;
    top: -10px;
    right: 61px;
    border-right:15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid var(--bg-notify-color);
}

.notify_menu_header{
    font-weight: 700;
    padding: 18px 0 18px 12px;
    font-size: 16px;
    line-height: 16px!important;
    color:#fff;
}
.notify_menu_body{
    max-height: 400px;
    overflow: auto;
    background: #FFFFFF;

}
.notify_list_item{
    margin: 0!important;
    color: #505050!important;
}
.notify_menu_item:hover{
    background-color: #efefef;
}
.notify_menu_img{
    line-height: 12px!important;
}
.notify_menu_content{
    line-height: 15px!important;
}
.notify_menu_body::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}
.notify_menu_body::-webkit-scrollbar-thumb{
    background: #d5d5d5;
    border-radius: 4px;
}

.notify_img{
    width: 50px;
    height: 50px;
    margin-top: 5px;
}
.notify_list_item{
    display: flex;
    gap: 10px;
    padding: 10px 10px 0 10px;
}
.notify_menu_timer{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.notify_content{
    padding:10px;
}
.notify_content_text{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: none !important;
}
.notify_menu_item{
    border: 1px solid #e4e5f0;
    padding: 0.5rem 0.5rem 0.5rem 0;
    transition: .2s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    margin-bottom: 10px;
}
.notify_menu_seeMore{
    background: #fff;
    text-align: center;
    padding: 10px;
    line-height: 16px;
    color: #505050;
    cursor: pointer;
    display: none;
}
.notify_menu_seeMore>img{
    width: 20px;
    -webkit-animation: mover 0.3s infinite  alternate;
    animation: mover 0.3s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-4px); }
}
.notify_active{
    display: none;
}


.tag{
    color:#464646 !important;
    border: 1px solid #3e3e3e;
    padding: 4px 20px;
    border-radius: 12px;
    cursor: pointer;
}
.active_notification{
    color:#0e7ae4 !important;
    border: 2px solid #0e7ae4;
    padding: 4px 20px;
    border-radius: 12px;
    cursor: pointer;
}
.num-notification-inner{
    background: #e61212;
    color: white;
    border-radius: 100%;
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    text-align: center;
    position: absolute;
    right: 4px;
    top: 2px;
}
.notification_type_item{
    position: relative;
}
.num-notification-none{
    display: none;
}
.tag{
    position:relative;
}

@media screen and (max-width: 992px){
    .notify_menu{
        position: absolute;
        background: var(--bg-notify-color);
        width: 331px;
        top: 50px;
        left: -275px;
        border-radius: 8px;
        border: 1px solid #d5d5d5;
    }

    .notify_menu:before{
        content: '';
        position: absolute;
        top: -10px;
        right: 20px;
        border-right:15px solid transparent;
        border-left: 15px solid transparent;
        border-bottom: 15px solid var(--bg-notify-color);
    }

    .nav-bar-category-mobile{
        display: flex !important;
    }

    .box-notify{
        line-height: 0;
        padding-top:3px;
    }
    .notify_mobile{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        margin-top: 0;
        background-color: #394048;
        transform: translateY(-100%);
        opacity: 0;
        transition: transform linear 0.3s,opacity linear 0.3s;
    }
    .notify_input:checked ~ .notify_mobile{
        transform: translateY(0%);
        opacity: 1;
        margin-top: 80px;
    }

    .notify_mobile ul {
        list-style: none;
        margin: 0px -6px 0 -20px !important;
    }
    .notify_mobile_link{
        display: flex;
        gap:10px
    }
    .notify_mobile_head{
        color: #fff;
        padding-top: 10px;
    }
    .notify_mobile_move{
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-weight: 300;
    }
    .notify_content_text{
        font-size: 14px;
        font-weight: 500;
        color: #121212;
    }
    .notify_menu_timer{
        font-size: 12px;
        font-weight: 400;
        color: #333;
    }
    .notify_mobile_body{
        overflow: scroll;
        max-height: 400px;
        background: #fff;
        padding-left:15px;
    }

    .notify_active_mobile{
        transform: translateY(0%);
        opacity: 1;
        margin-top: 80px;
    }

    .notify_mobile_header{
        font-weight: 700;
        padding: 18px 0 18px 35px;
        font-size: 16px;
        line-height: 16px!important;
        color:#fff;
        display: flex;
        justify-content: space-between;
    }
    .notify_menu_item{
        border: 1px solid #e4e5f0;
        padding: 0.5rem 0.5rem 0.5rem 0;
        transition: .2s;
        /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);*/
        border-radius: 9px;
        margin-bottom: 10px;
    }
    #num-notification_mobile{
        position: absolute;
        top: 0;
        right: -5px;
        background: #ff2f2f;
        color: white;
        border-radius: 100%;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        padding: 0 5px;
    }
    .tag{
        position: relative;
    }
    .notify_menu_seeMore{
        background: #b8b8b8;
    }
}
