.toast{position:fixed;top:2rem;left:50%;transform:translate(-50%);z-index:10000;background-color:#fff;border-radius:.8rem;box-shadow:0 .5rem 1rem #00000026;padding:1.6rem 2rem;min-width:30rem;max-width:50rem;display:none;opacity:0;transition:opacity .3s ease-in-out}.toast.show{display:flex;opacity:1}.toast-success{background-color:#4caf50;color:#fff;border-bottom:.3rem solid #45a049}.toast-error{background-color:#cf0000;color:#fff;border-bottom:.3rem solid #a00000}.toast.align-items-center{display:flex;align-items:center}.toast-body{font-size:1.4rem;line-height:1.5;flex:1}.toast .btn-close{flex-shrink:0;width:2rem;height:2rem;margin-left:.8rem;border:none;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.9%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.6rem auto no-repeat;cursor:pointer;padding:0;font-size:0;line-height:1;color:#ffffffe6;transition:opacity .3s;opacity:.9}.toast .btn-close:hover{opacity:1}@media all and (max-width: 896px){.toast{top:1rem;min-width:calc(100% - 3.2rem);max-width:calc(100% - 3.2rem);left:1.6rem;transform:none}}.format-text-err{color:#ea6565;margin-top:.5rem;font-size:1.2rem}
