﻿.new_notification {
    width: 400px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px #cacaca;
    border-radius: 6px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 99999;
    padding: 7px;
}

.row_notif {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.col_02_01 {
    right: 0;
    text-align: right;
    width: 32px !important;
    padding-left: 0px !important;
}

.new_notification .col_02 {
    width: 7%;
    align-items: center;
    display: flex;
    text-align: center;
    padding-left: 8px;
}

.new_notification .col_08 {
    width: 300px;
}

    .new_notification .col_08 h3 {
        font-size: 18px;
        margin-top: 0;
    }

    .new_notification .col_08 div {
        color: #2b404a;
        opacity: 0.8;
        font-size: 15px;
    }

.new_notification .border_left {
    display: flex;
    border-left: 4px solid blue;
    margin-left: 22px;
    padding: 5px 13px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.new_notification .fa-bell-o, .notification .fa-times {
    cursor: pointer;
    font-size: 15px;
}

.new_notification .fa-link {    
    text-decoration: none;
}
.col_02 .fa.fa-times {
    cursor: pointer;
}