.notification-center{
    background-color: #4C596D !important;
}

.notification-center .title{
    color: white !important;
    font-weight: bold;
}
.notification-center .bar-stable{
    background-color: #657286 !important;
    border: none !important;
    background-image: none;
}

.notification-center .notification-item {

    background-color: transparent !important;
    border: none !important;
    box-shadow: 0px 2px 0px rgba(62, 72, 89, 0.5);
}

.notification-small{
    padding-top: 2%;
    padding-bottom: 2%;
}

.notification-center .notification-item i{
    position: relative;
    top:8px;
    font-size:120% !important;
    color: white !important;
}

.notification-center .notification-item h1{
    font-size: 100%;
    color: #BCC9DD;
    margin:0;
    margin-top:10px;
}

.notification-center .notification-item p{
    color: #BCC9DD;
    opacity: 0.6;
    font-size:70%;
}
.text-right{
    text-align: right;
}

.notification-icon{
    position: relative !important;
    margin-top:0% !important;
    width: 36px !important;
    height: 36px !important;
    margin-left:25% !important;
    border-radius: 18px !important;
    text-align: center;
    left:25%;
}
.video_player {
    width:  100% !important;
    height: 100px;
}
.notification-bold{
    color:white !important;
    font-weight: bold !important;
    padding: 0 !important;
}
.notification-yellow {
    color: #F2C300 !important;
    font-weight: bold !important;
    padding: 0 !important;
}

.notification-grey {
    color: #F2C300 !important;
    font-weight: bold !important;
    padding: 0 !important;
}

.notification-blue{
    color: #2A6390 !important;
    font-weight: bold !important;
    padding: 0 !important;
}
.notification-azure{
    color: #51C1B6 !important;
    font-weight: bold !important;
    padding: 0 !important;
}

.notification-orange{
    color: #F2C300 !important;
    font-weight: bold !important;
    padding: 0 !important;
}
.notification-image{
    border-radius: 5px;
    width: 100% !important;
    height: 100% !important;
}

.notification-link{

    text-decoration: none;
    color: #EF3340 !important;
    font-weight: bold !important;
}



