﻿#NotificationsTable {
    color: #000;

    a {
        color: #000;
    }

    .notification-read {
        color: #999;

        a {
            color: #999;
        }
    }
}




.emergency_protocol{
    background-color: #FC3878;
}



// .isPending{
//     border-radius: 10px;
//     font-size: 16px;
//     color: white;
//     padding: 12px;
//     background: #FC3878;
//     font-weight: bold;
// }
// .isSuccess{
//     border-radius: 10px;
//     font-size: 16px;
//     color: white;
//     padding: 12px;
//     background: #1EC9B7;
//     font-weight: bold;
// }
