
ul.batch-notifications.custom-native-scrollbar{
    max-height: 340px;
    height: auto;
    overflow: auto;
}
ul.batch-notifications {
    list-style: none;
    padding: 0px;
}
.batch-notification-message > ul {
    width: 300px;
}
.batch-notification-message-detail-icon {
    min-width: 20px;
    display: inline-block;
}
.batch-notification-message-detail .table-responsive {
    padding-top: 5px;
    max-height: 185px;
}
.batch-notification-message-detail .table > thead > tr > th,
.batch-notification-message-detail .table > tbody > tr > td {
    padding: 2px 4px;
}
.batch-notification-message .progress {
    height: 10px;
}

/* Remove submenu arrow */
.batch-notification-message.dropdown-submenu > a:after {
    content: '';
}
.batch-notification-delete-all {
    text-align: center;
    padding: 8px 6px;
    border-top: 1px solid lightgrey;
}
.batch-notification-delete-all:hover {
    cursor: pointer;
    background-color: #f5f5f5;
    color: #000000;
}
.batch-notification-delete-all i {
    padding-right: 5px;
}

.dropdown-menu > li > ul.batch-notifications.custom-native-scrollbar > li > a {
    padding: 8px 15px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > ul.batch-notifications.custom-native-scrollbar > li > a:hover,
.dropdown-menu > li > ul.batch-notifications.custom-native-scrollbar > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > li > ul.batch-notifications.custom-native-scrollbar > li {
    margin-bottom: 1px;
}

@media (max-width: 768px) {


    .dropdown-menu > li > ul.batch-notifications.custom-native-scrollbar > li > a{
        color: #fff;
    }
    .dropdown-menu > li > ul.batch-notifications.custom-native-scrollbar > li > a:hover,
    .dropdown-menu > li > ul.batch-notifications.custom-native-scrollbar > li > a:focus {
        color: unset;
        background-color: rgba(0, 0, 0, 0.15);
    }
    .batch-notification-delete-all:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.15);
    }

}