/*======================================================== DARK LAYOUT =========================================================*/ #toast-container > div { opacity: 0.9; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); filter: alpha(opacity=90); max-width: none; } #toast-container > div:hover { box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75); } .toast { background-color: #7367f0; } .toast-success { background-color: #28c76f; } .toast-error { background-color: #ea5455; } .toast-info { background-color: #00cfe8; } .toast-warning { background-color: #ff9f43; }