#toast-notifications{max-height:100vh;bottom:0;overflow-y:scroll;position:fixed;right:0;scrollbar-width:none;z-index:2147483003;-ms-overflow-style:none}#toast-notifications:not(:empty){padding:1rem}#toast-notifications ::-webkit-scrollbar{width:0;height:0}#toast-notifications .toast{width:25rem;align-items:center;background-color:#fff;box-shadow:0 0 .75rem rgba(0,0,0,.25);border:1px solid rgba(0,0,0,.25);border-radius:.5rem;color:#1d1d1e;display:flex;margin-top:1rem;padding:1rem;position:relative}#toast-notifications .toast a{color:#0042ff}#toast-notifications .toast a:hover{text-decoration:underline}#toast-notifications .toast:first-child{margin-top:0}#toast-notifications .toast-icon-container{width:2rem;height:2rem;border-radius:6px;flex-shrink:0;margin-right:1rem;position:relative}#toast-notifications .toast-text-container{display:flex;flex-direction:column;font-size:.875rem}#toast-notifications .toast-text-container-title{font-weight:bold}#toast-notifications .toast-text-container-subtitle{line-height:1.2}#toast-notifications .toast-text-container-subtitle:not(:empty){margin-top:4px}#toast-notifications .toast-close{cursor:pointer;font-size:1.25rem;margin-left:auto;opacity:.5;padding:.5rem}#toast-notifications .toast-close:hover{opacity:1}#toast-notifications .toast-info .toast-icon-container{background-color:rgba(26,86,219,.25)}#toast-notifications .toast-info .toast-icon-container::before{color:#1a56db;content:"";font-size:1.1rem;font-family:"Font Awesome 6 Pro";left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}#toast-notifications .toast-warning .toast-icon-container{background-color:rgba(229,132,43,.25)}#toast-notifications .toast-warning .toast-icon-container::before{color:#e5842b;content:"";font-size:1.1rem;font-family:"Font Awesome 6 Pro";left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}#toast-notifications .toast-danger .toast-icon-container{background-color:rgba(215,60,26,.25)}#toast-notifications .toast-danger .toast-icon-container::before{color:#d73c1a;content:"";font-size:1.1rem;font-family:"Font Awesome 6 Pro";left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}#toast-notifications .toast-success .toast-icon-container{background-color:rgba(26,136,70,.25)}#toast-notifications .toast-success .toast-icon-container::before{color:#1a8846;content:"";font-size:1.1rem;font-family:"Font Awesome 6 Pro";left:50%;position:absolute;top:50%;transform:translate(-50%, -50%)}