﻿.Notificationcard {
    min-height: 45px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    float: right;
}

.Notificationtitle {
    font-size: 17px;
    font-family: 'Acumin Pro';
    font-weight: normal;
    color: #141414;
    float: none;
    margin: 0 auto;
}

.detailheading {
    font-size: 13px;
    font-family: 'Acumin Pro';
    font-weight: bold;
    color: #4D4F5C;
    padding-bottom: 3px;
}

.detail {
    font-size: 11px;
    font-family: 'Acumin Pro';
    font-weight: normal;
    color: #141414;
}

.Notificationfooter {
    font-size: 12px;
    font-family: 'Acumin Pro';
    font-weight: normal;
    color: #3B86FF;
    float: none;
    margin: 0 auto;
}
