.alert-box {
    box-shadow: 1px 1px 1px #ccc;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 47px;
    margin-bottom: 50px;
}
.alert-box.read{
    background: rgb(255, 255, 255);
}
.alert-box img {
    max-width: 12;
    max-width: 51px;
    padding-top: 40px;
}
.alert-box h3 {
    color: #8156b2;
    font-weight: 500;
}

.alert-box h6 {
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;

}
.alert-box h5 {
    font-weight: 500;
}

.alert-clear-all{
	text-align: right;
	margin: 50px 0px 30px;
}

.alert-clear-all h5{
	font-weight: 500;
}

.notify-icon .fa.fa-bell{
    font-size: 26px;
    color: #F57E1F;
}

.notify-icon sup{
    background-color: #063048;
    color: white;
    font-size: 9px;
    border-radius: 40px;
    margin-left: 22px;
    margin-top: -23px;
    width: 15px;
    height: 15px;
    padding-top: inherit;
}