.toast-container{width:500px;max-width:90%;z-index:999999}* html .toast-container{position:absolute}.toast-background{background-color:Gray;opacity:.5;position:fixed;top:0;border:0;width:100%;height:100%;z-index:999998}.toast-item-wrapper{background-color:#fff;margin-bottom:8px}.toast-item{color:#999;display:block;height:auto;margin-bottom:0;margin-left:0;margin-right:0;padding:0;position:relative}.toast-content{font-family:Arial;font-size:14px;font-weight:700;line-height:21px;margin:0;padding:50px 16px 19px;text-align:left}.toast-item-bar{position:absolute;background-color:Gray;color:#fff;height:32px;left:0;right:0;top:0}.toast-item-icon{font-size:20px;padding-left:14px;text-align:left}.toast-item-icon .fa{margin-top:5px}.toast-item-close{font-size:27px;line-height:29px;padding-left:7px;padding-right:7px;text-align:right;cursor:pointer;width:30px;right:0;left:auto}.toast-type-notice .toast-item-bar,.toast-type-wait .toast-item-bar{background-color:#2a60db}.toast-type-success .toast-item-bar{background-color:#358C00}.toast-type-warning .toast-item-bar{background-color:#E89700}.toast-type-error .toast-item-bar{background-color:#D90909}.toast-item-image{width:32px;height:32px;margin:10px;float:left}.toast-item-image-notice{background:url(notice.png)}.toast-item-image-success{background:url(success.png)}.toast-item-image-warning{background:url(warning.png)}.toast-item-image-error{background:url(error.png)}.toast-type-notice,.toast-type-wait{color:#2a60db}.toast-type-success{color:#358C00}.toast-type-warning{color:#E89700}.toast-type-error{color:#D90909}.toast-bg-notice{background-color:#2a60db}.toast-bg-success{background-color:#358C00}.toast-bg-warning{background-color:#E89700}.toast-bg-error{background-color:#D90909}.toast-position-top-left{position:fixed;left:20px;top:20px}.toast-position-top-center{position:fixed;top:20px;left:50%;transform:translateX(-50%)}.toast-position-top-right{position:fixed;top:20px;right:20px}.toast-position-middle-left{position:fixed;left:20px;top:50%;margin-top:-40px}.toast-position-middle-center{position:fixed;left:50%;transform:translateX(-50%);margin-top:-40px;top:36%}.toast-position-middle-right{position:fixed;right:20px;transform:translateX(-50%);margin-top:-40px;top:50%}.toast-position-bottom-left{position:fixed;left:20px;bottom:20px}.toast-position-bottom-center{position:fixed;bottom:20px;left:50%;transform:translateX(-50%)}.toast-position-bottom-right{position:fixed;top:20px;right:20px}.toast-confirmation-buttons{padding-top:20px;text-align:center}.toast-confirmation-buttons input{border:none;background-color:grey;color:#fff;padding:5px 10px;min-width:90px;margin:0 5px;font-family:Arial;font-size:14px;font-weight:700;line-height:21px;cursor:pointer}.toast-type-notice .toast-confirmation-buttons input,.toast-type-wait .toast-confirmation-buttons input{background-color:#2a60db}.toast-type-success .toast-confirmation-buttons input{background-color:#358C00}.toast-type-warning .toast-confirmation-buttons input{background-color:#E89700}.toast-type-error .toast-confirmation-buttons input{background-color:#D90909}.toast-transition{animation-name:toastFadeOut;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:.1s;animation-fill-mode:forwards;--toast-opacity:1}.toast-transition.toast-visible{animation-name:toastFadeIn}.toast-background.toast-transition{--toast-opacity:0.5}@keyframes toastFadeIn{0%{opacity:0}100%{opacity:var(--toast-opacity)}}@keyframes toastFadeOut{0%{opacity:var(--toast-opacity)}100%{opacity:0}}