.custom-nav-link
{
    color: #fff !important;
    padding-top: 11px;
}
.custom-nav-link:hover
{
    color: #D1FF79 !important;
}
.custom-nav-link.active
{
    color: #D1FF79 !important;
}
.profile-img
{
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
}
.notif-dot
{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FF7171;
    border-radius: 50%;
}
.notification-container
{
    width: 480px;
    height: 280px;
    overflow-y: scroll;
}
.notification-container::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}
.notification-container::-webkit-scrollbar-thumb
{
    background-color: #d7d7d7;
    border-radius: 10px;
}
.notification-container::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

.notification-container-mobile
{
    right: -90px;
    left: auto !important;
    width: 300px;
    top: 37px;
}
.notification-container-mobile:before
{
    content: "";
    position: absolute;
    top: -11px;
    width: 0;
    right: 90px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fff;
}
.notification-group
{
    height: 260px;
    overflow: scroll;
}
.notification-group::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}
.notification-group::-webkit-scrollbar-thumb
{
    background-color: #d7d7d7;
    border-radius: 10px;
}
.notification-group::-webkit-scrollbar-track
{
    background-color: #ffffff;
}
.notify-sty
{
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px;
}
.notifi-logo-sty
{
    width: 24px;
    height: 24px;
    object-fit: contain;
}