.notification-box {
    position: fixed;
    right: 9px;
    top: 62px;
    z-index: 99;
    background: white;
    width: 450px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;

    max-height: 85vh;
    overflow-y: auto;
}

.notification-content {
    display: flex;
}

.notification-icon {
    width: 10%;
    margin-right: 10px;
}

.notification {
    width: 88%;
}

.notification-time {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    padding-top: 10px;
}

.notification-link {
    font-size: 12px;
    text-decoration: none;
    float: right;
    padding-top: 4px;
    color: #003DA6;
}

.view-all-link {
    display: flex;
    justify-content: end;
}

.view-all-link {
    text-decoration: none;
    color: #000;
}

.notification-box .p {
    margin: 0;
}

.notification-box .hr {
    border-color: transparent;
    background-color: #dcdcdc;
}

.days {
    color: #868e96
}

.time {
    color: #6f6f6f;
}

/* custom */
.notification-bell{
    padding: 0;
    border: 0;
    background: unset;
    vertical-align: middle;
    margin-right: 20px;
    color: #203da6;
    font-size: 20px;
    margin-top: 12px;
}

.no-notification {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: larger;
    font-weight: bold;
}