﻿

.Notif_Card {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    width: 200px;
    margin: 10px 2% 10px 2%;
    position: relative;
    direction: rtl;
}

.NotifContent{
    font-size:medium;
    color:gray;
    margin:0 0 5px 0;
}

.Notif_h-divider {
    margin: auto;
    width: 80%;
    position: relative;
}

    .Notif_h-divider .Notif_shadow {
        overflow: hidden;
        height: 20px;
        box-shadow: 0 0 0 !important;
    }

        .Notif_h-divider .Notif_shadow:after {
            content: '';
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;
            border-radius: 125px/12px;
            box-shadow: 0 0 8px #b9b7b7;
        }