
.up{
    display: none;
}
#notifications {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
}
.show {
    opacity: 1 !important;
    height: auto !important;
}
.row .btn:hover{
    color: rgb(95, 95, 217);
}
.row img{
    width: 60px;
}
.row .userName:hover{
    color: rgb(95, 95, 217);
    cursor: pointer;
}
.row .event:hover{
    color: rgb(95, 95, 217);
    cursor: pointer;
}
.unread{
    background-color: rgb(203, 203, 203);
    padding-block: 20px;
}
.privateM{
    background-color: beige;
    padding: 20px;
    border: 1px solid black;
}



@media(max-width:900px){
    .row .btn{
        font-size: 12px;
    }
}