.notifications .notifications-primary { background-color: #cce5ff; color: #004085; }
.notifications .notifications-primary .close { color: #004085; }
.notifications .notifications-primary .modal-header { border-color: #b6d4fe; }

.notifications .notifications-secondary { background-color: #e2e3e5; color: #383d41; }
.notifications .notifications-secondary .close { color: #383d41; }
.notifications .notifications-secondary .modal-header { border-color: #d3d6d8; }

.notifications .notifications-success { background-color: #d4edda; color: #155724; }
.notifications .notifications-success .close { color: #155724; }
.notifications .notifications-success .modal-header { border-color: #badbcc; }

.notifications .notifications-danger { background-color: #f8d7da; color: #721c24; }
.notifications .notifications-danger .close { color: #721c24; }
.notifications .notifications-danger .modal-header { border-color: #f5c2c7; }

.notifications .notifications-warning { background-color: #fff3cd; color: #856404; }
.notifications .notifications-warning .close { color: #856404; }
.notifications .notifications-warning .modal-header { border-color: #ffecb5; }

.notifications .notifications-info { background-color: #d1ecf1; color: #0c5460; }
.notifications .notifications-info .close { color: #0c5460; }
.notifications .notifications-info .modal-header { border-color: #b6effb; }

.notifications .notifications-light { background-color: #fefefe; color: #818182; }
.notifications .notifications-light .close { color: #818182; }
.notifications .notifications-light .modal-header { border-color: #fdfdfe; }

.notifications .notifications-dark { background-color: #d6d8d9; color: #1b1e21; }
.notifications .notifications-dark .close { color: #1b1e21; }
.notifications .notifications-dark .modal-header { border-color: #bcbebf; }