.gw-toast{margin:1em 0;display:flex;.gw-toast__actions{svg{width:13px!important;height:13px!important;left:-3px!important;fill:var(--toolbarIconButtonFillColor,var(--fontColorDark))!important;color:var(--toolbarIconButtonFillColor,var(--fontColorDark))!important}}}.gw-toast-with-title svg{margin-top:.8em}.gw-toast-with-title .gw-toast__body{padding-bottom:20px!important;min-height:100px}.gw-toast--warning .gw-toast-type-icon{fill:var(--warningTitleColor)!important}.gw-toast--info .gw-toast-type-icon{fill:var(--infoTitleColor)!important}.gw-toast--error .gw-toast-type-icon{fill:var(--errorTitleColor)!important}.gw-toast--success .gw-toast-type-icon{fill:var(--successTitleColor)!important}.gw-toast--success .gw-toast__action--primary{min-height:32px;padding:0 1em;border-radius:var(--primaryButtonBorderRadius,4px);font-weight:600}.toast-list{position:fixed;z-index:1000;padding:1em;width:100%;max-width:400px;max-height:100vh;overflow:auto}.toast-list--topLeft{top:13rem;left:1rem}.toast-list--topRight{top:13rem;right:1rem}.toast-list--bottomLeft{bottom:8em;left:1rem}.toast-list--bottomRight{bottom:8em;right:1rem;z-index:9999999}@keyframes toast-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes toast-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.toast-list--bottomLeft .toast,.toast-list--topLeft .toast{animation:toast-in-left .25s}.toast-list--bottomRight .toast,.toast-list--topRight .toast{animation:toast-in-right .25s}.toast-list .toast{transition:transform .25s,opacity .25s,box-shadow .25s ease-in-out}