.toast-container{z-index:99999!important;pointer-events:none}.toast{min-width:300px;max-width:500px;box-shadow:0 .5rem 1rem #00000026;border-radius:.5rem;margin-bottom:.5rem;pointer-events:auto;isolation:isolate}.toast-body{padding:.75rem;font-size:.95rem;background:inherit;position:relative;z-index:1}.toast-body .badge,.toast-body span.badge,.toast-body .stat-label,.toast-body .stat-value,.toast-body .stat-card,.toast-body .filter-badge,.toast-body ul:not(.toast-list),.toast-body li:not(.toast-item){display:none!important}.toast-body>*{display:inline!important}.toast-body>i{display:inline-block!important}.toast-body>strong{display:inline!important}.toast.bg-success{background-color:#198754!important}.toast.bg-danger{background-color:#dc3545!important}.toast.bg-warning{background-color:#ffc107!important;color:#000!important}.toast.bg-warning .btn-close{filter:invert(1) grayscale(100%) brightness(200%)}.toast.bg-info{background-color:#0dcaf0!important;color:#000!important}.toast.bg-info .btn-close{filter:invert(1) grayscale(100%) brightness(200%)}.toast.show{animation:slideInRight .4s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast.hide{animation:fadeOut .3s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
