﻿.new-grand-total-notification {
    margin-top: 130px;
    padding-top: 0px;
    box-shadow: 0px 1px 1px rgba(125, 151, 174, 0.16), 0px 1px 1px rgba(125, 151, 174, 0.1);
    border-radius: 8px;
    background: white;
    margin-right: 32px;
    margin-left: 20px;
}

    .new-grand-total-notification:after,
    .new-grand-total-notification:before
    {
        display: none;
    }

.new-grand-total-notification >div >img {
    display: none;
}

.new-grand-total-notification > .container {
    padding-left: 24px;
    padding-top: 28px;
    padding-bottom: 28px;
}

    .new-grand-total-notification > .container > .box > p {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        color: #747474;
    }

        .new-grand-total-notification > .container > .box > p > b {
            color: #343440;
            font-weight: 400 !important;
        }