.a-mail-content:hover{
    border-radius: 15px;
}
.notification-see-all{
    font-size: .9375rem;
    text-align: end;
    padding: 10px;
    margin-top: -40px;            
}

.notification-see-all a{
    color: #1976d2;
}
.notification-time-since{
    color: #b0b3b8;
    font-size: .8125rem;
}
.custom-pill {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
}

.custom-pill:hover {
    background-color: #f1f1f1;
}

.custom-pill.active {
    background-color: #1976d2;
    color: white;
}

.nav-pills-item{
    padding: 0px !important;
}