.custom-toast{width:100%;border-radius:.5rem;position:relative;color:#fff;box-shadow:0 .5rem 1rem #00000026;opacity:.95;max-width:22rem;gap:.75rem;box-sizing:border-box;padding:.75rem 3.6rem .75rem .75rem}.custom-toast,.toast-icon{display:flex;align-items:center}.toast-icon{width:2.25rem;height:2.25rem;min-width:2.25rem;justify-content:center;font-size:1.25rem;flex-shrink:0}.toast-icon img{width:75%;height:75%;object-fit:contain;display:block}.toast-content{flex:1 1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.toast-title{color:#fff;margin:0;padding:0;font-size:.95rem;line-height:1.3;white-space:normal;word-break:break-word;overflow:visible}.toast-message{font-size:.85rem;margin-top:.125rem}.toast-message a{color:#fffffff2;text-decoration:underline}.toast-close-container{position:absolute;top:0;right:0;height:100%;width:3.6rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:.2rem .5rem;box-sizing:border-box;pointer-events:auto;background:#0000}.toast-close-button{border:none;background-color:initial;color:#fff;font-size:1.2rem;padding:0;margin:0;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease}.toast-time{font-size:.6875rem;color:#ffffffe6;margin:0}.custom-toast-success{background-color:#4fb66b}.custom-toast-warning{background-color:#f0ad4e}.custom-toast-error{background-color:#d9534f}.custom-toast-info{background-color:#4aaecf}@media (max-width:420px){.custom-toast{padding-right:3.6rem}.toast-close-container{width:3rem;padding:.35rem}.toast-close-button{width:28px;height:28px}.toast-time{font-size:.68rem}}