:root{--duration:00ms}.toast-container{max-height:calc(100vh - 6rem);position:fixed;top:6rem;left:1rem;margin:0;padding:0;z-index:9000;overflow-y:scroll;transition:all 400ms ease;scrollbar-width:none}.toast-container::-webkit-scrollbar,.toast-container::-webkit-scrollbar-button,.toast-container::-webkit-scrollbar-thumb,.toast-container::-webkit-scrollbar-track,.toast-container::-webkit-scrollbar-track-piece,.toast-container::-webkit-scrollbar-corner{display:none;color:transparent;background:transparent;width:0}.toast{background-color:var(--grey-000)!important;border:.1rem solid var(--grey-200);display:block;min-width:40rem;max-width:40rem;margin-bottom:1rem;margin-right:1rem;position:relative;animation:fade-in var(--duration) ease}.toast__content-container{padding:2rem}.toast a,.toast a:focus,.toast a:hover,.toast a:active{color:var(--blue-100)}i.toast-close,i:focus.toast-close,i:hover.toast-close,i:active.toast-close{position:absolute;top:1rem;right:1rem;cursor:pointer;z-index:1;color:var(--grey-200)}.toast-title{font-size:1.6rem;text-transform:uppercase;line-height:120%;margin-bottom:1rem}.toast-button{margin-top:2rem;display:flex;justify-content:flex-end}.toast-button>input[type='button']{height:3rem;width:12.5rem;float:right;margin-left:1rem}.toast-icon{min-width:5rem;max-height:5rem;margin-right:2rem}.toast__icon-and-text{display:flex}.toast-image>img{max-width:100%}.toast-container.hide{transform:translateX(-100rem)}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-out{from{opacity:1}to{opacity:0}}.fade-out{animation:fade-out var(--duration)}@media (max-width:420px){.toast-container{height:calc(100vh - 12rem)}.toast{min-width:15rem}}