    .notification-panel{
        position: fixed;
        bottom: 25px;
        right: 25px;
    }

    .notification-panel__item{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .notification__ok{
        border-top: 5px solid #27ae60 !important;
    }
    .notification__error{
        border-top:5px solid #c0392b !important;
    }
    .notification__title{
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }

    .notification__description{
        font-size: 14px;
        margin-top: 5px;
    }
    .notification__link{
        font-weight: 600;
    }

    .notification-right{
        margin-left: 15px;
        cursor: pointer;
    }

    .notification_icon{
        width: 10px;
    }
