.toast{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e5e7eb;background-color:#f1f5f966;border:1px solid #f1f5f966;border-radius:.375rem;min-width:10rem;max-width:min(24rem,100% - 32px);height:2.5rem;padding:.5rem 2.5rem .5rem .5rem;transition:transform .3s,top .3s,right .3s;position:fixed}.toast_success{background-color:#008000aa}.toast_warning{background-color:#ffa500aa}.toast_error{background-color:#f00a}.toast_neutral{background-color:#808080aa}.toast_info{background-color:#2563ebaa}.toast__close{cursor:pointer;width:2.5rem;height:2.5rem;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;top:0;right:0}.toast__close:hover{color:#e5e7eb}
