/* .p_notify{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
#dropdown-notifications{
    width: 250px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.125);
    margin: 15px auto 0;
    padding: 15px;
} */
/* .notifications:hover{
    background-color: #bababa95;
}  */
/* #dropdown-notifications .div-notifications .notify_info{
    align-items: center;
    padding: 0px 0;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #dbdaff;
} */

#dropdown-notifications {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 500px;
    height: auto;
    background: #fffdfd;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.125);
    margin: auto auto auto;
}
.btn.btn-danger:hover {
    background: darkred;
  }
/*
.notify_info:hover {
    cursor: pointer;
    background: #d4d1d1a1;
}

.div-notifications .notify_info {
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-left: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dbdaff;
}

.p_notify p span {
    display: block;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #dbdaff;
}

#read {
    color: rgba(40, 58, 90, 0.9);
}

#time {
    color: #bababd;
    font-size: 12px;
}
*/