.notificationList {
    background-color: #283E63;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.notificationList .pageTitle {
    padding: 8px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
}

.notificationList .pageTitle h2 {
    margin: 0px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 11px;
}
.tableContainer.notificationListTabel .table-responsive {
    height: calc(100vh - (55px + 48px + 130px));
}