/* live notification toast css start*/
#toast-container .live-notification-toast.no-icon {
    background-image: none !important;
    padding: 16px !important;
}

.live-notification-toast.no-icon::before {
    display: none !important;
}

.live-notification-toast {
    background-color: #f5f5f5 !important;
    color: #101b30 !important;
    box-shadow: none !important;
}

.live-notification-toast .toast-close-button {
    color: #000;
}
/* live notification toast css end*/
