.unsNotificationsPanel .titleName{
	font-size: 18px !important;
	color: #00355E !important;
}

.unsNotificationsPanel .titleAction a {
    font-size: 14px !important;
    color: #0079C1 !important;
    text-decoration: underline !important;
}

.unsNotificationsListRow .notification-text-title {
    font-family: 'ProximaNovaBold';
    font-size: 14px !important;
    color: #000000 !important;
    padding-right: 15px !important;
}

.unsNotificationsListRow .notification-icon {
	display: none !important;
}

.unsNotificationsListRow .notification-text {
    
    font-family: 'ProximaNovaRegular' !important;
    font-size: 14px !important;
    color: #000000 !important;
    line-height: 16px !important;
    padding-right: 15px !important;
}

.unsNotificationsListRow .notification-age{
	color: #767676 !important;
    font-size: 14px !important;
    font-family: ProximaNovaRegular !important;
}

.uiPanel.open, .uiPanel.transitioning {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%) !important;
    border-radius: 4px !important;
}


.unsNotificationsListRow .assistive-unread-mark{
    color: #0079C1 !important;
    float: right !important;
    font-size: 16px !important;
    font-family: 'ProximaNovaRegular' !important;
    margin-top: -4px !important;
}


.unsNotificationsListRow.notification-unread {
    background: rgba(0, 121, 193, .1) !important;
}

.uiPanel .uiButton.closeBtn{
    color: #000000 !important;
}

.unsNotificationsListRow a:hover{
     background: rgba(0, 121, 193, .1) !important;
}

@media screen and (min-width: 400px) and (max-width: 480px) {
    .unsNotificationsListRow .assistive-unread-mark{
        font-size: 14px !important;
    font-family: 'ProximaNovaRegular' !important;
    }
 
    .unsNotificationsListRow.notification-unread {
        background: rgba(0, 121, 193, .1) !important;
    }
    .unsNotificationsListRow .notification-text {
        -webkit-line-clamp: 5 !important;
    }
    .uiPanel.open, .uiPanel.transitioning {
        width: 95% !important;
        margin: 0 10px !important;
        left: 0 !important;
    }
    .uiPanel>.pointer {
        left: 82% !important;
    }
    .unsNotificationsPanel>div {
        width: 100% !important;
    }
 }


 @media screen and (min-width: 370px) and (max-width: 400px) {
    .unsNotificationsListRow .assistive-unread-mark{
        font-size: 18px !important;
    font-family: 'ProximaNovaRegular' !important;
    }
    .unsNotificationsListRow.notification-unread {
        background: rgba(0, 121, 193, .1) !important;
    }
    .unsNotificationsListRow .notification-text {
        -webkit-line-clamp: 5 !important;
    }
    .uiPanel.open, .uiPanel.transitioning {
        width: 95% !important;
        margin: 0 10px !important;
        left: 0 !important;
    }
    .uiPanel>.pointer {
        left: 80% !important;
    }
    .unsNotificationsPanel>div {
        width: 100% !important;
    }
 }

 @media screen and (max-width: 370px) {
    .unsNotificationsListRow .assistive-unread-mark{
        font-size: 24px !important;
    font-family: 'ProximaNovaRegular' !important;
    }
    .unsNotificationsListRow.notification-unread {
        background-color: #FFF !important;
    }
    .unsNotificationsListRow .notification-text {
        -webkit-line-clamp: 5 !important;
    }
    .uiPanel.open, .uiPanel.transitioning {
        width: 95% !important;
        margin: 0 10px !important;
        left: 0 !important;
    }
    .uiPanel>.pointer {
        left: 79% !important;
    }
    .unsNotificationsPanel>div {
        width: 100% !important;
    }
 }

