div.card-notifications {
    font-size: 16px;
}
div.card > div.card-title-notifications {
    font-size: 20px;
}

div.card-title-notifications > div.card-title-img {
    background-image: url("../../shared/assets/img/home_menu_notification_nobg.svg");
    background-repeat: no-repeat;
}

div.notifications {
    margin: 10px;
    background-color: white;
    box-shadow: 0px 2px 7px 0px #d6d5d5;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

div.notifications-top-part {
    padding: 10px;
}

div.notification-web {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.notification-mobile {
    font-size: 16px;
    min-height: 60px;
}

div.notification-flash-web {
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.notification-flash-mobile {
    font-size: 16px;
    min-height: 50px;
}

.notification-date-flash-web{
    color: gray;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 14px
}

.notification-date-flash-mobile{
    color: gray;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 14px
}

.notification-title-flash {
    display: flex;
    flex-direction: row;
}

.notification-body {
    padding-top: 8px;
}


.notification-date-web{
    color: gray;
    padding-top: 10px;
    font-size: 14px;
}

.notification-date-mobile{
    color: gray;
    padding-top: 8px;
    font-size: 14px;
}

.flash-content{
    overflow: auto;
    padding-top: 5px;
    min-height: 65px;
    width:100%;
    text-align: center;
    word-wrap: break-word;
}

.loading-notifications {
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
}
