.toast-backdrop{z-index:9998;opacity:0;background:#00000080;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.toast-backdrop.show{opacity:1}.torob-toast{z-index:9999;opacity:0;text-align:center;color:#fff;background:linear-gradient(45deg,#005798,#002643);border-radius:8px;min-width:250px;max-width:500px;padding:15px 10px;font-size:16px;line-height:35px;transition:all .3s;position:fixed;top:35%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 4px 20px #0000004d}.torob-toast img{text-align:center;width:60px;margin:-20px auto}.torob-toast.show{opacity:1;transform:translate(-50%,-50%)scale(1)}.torob-toast.toast-info{border-right:6px solid #002745}.torob-toast.toast-success{border-right:4px solid #28a745}.torob-toast.toast-error{border-right:4px solid #dc3545}