.toast-notification{position:absolute;top:3rem;left:50%;transform:translate(-50%);width:100%;max-width:90%;padding:.75rem;color:#fff;border-radius:.25rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center}.toast-notification.error{background-color:#dc2626}.toast-notification.success{background-color:#16a34a}.toast-notification.warning{background-color:#e29106d7}.toast-notification .btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707A1 1 0 0 1 .293.293z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;right:1rem}.toast-notification .btn-close:hover{color:#000;text-decoration:none;opacity:.75}.toast-notification .btn-close:focus{outline:0;box-shadow:0 0 0 .25rem #0d6efd40;opacity:1}.toast-notification .btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}
