.vanilla-toast-message,.vanilla-toast-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vanilla-toast-container-fixed{position:fixed;left:0;top:0;width:90%;height:100%;pointer-events:none}.vanilla-toast-container,.vanilla-toast-container-bottom-left,.vanilla-toast-container-bottom-right,.vanilla-toast-container-top-left,.vanilla-toast-container-top-right{display:flex;position:absolute;width:90%;max-width:310px;pointer-events:auto}.vanilla-toast-container-bottom-left{bottom:20px;left:5px;flex-direction:column-reverse}.vanilla-toast-container-bottom-right{bottom:5px;right:5px;flex-direction:column-reverse}.vanilla-toast-container-top-left{top:5px;left:5px;flex-direction:column}.vanilla-toast-container-top-right{top:5px;right:5px;flex-direction:column}.vanilla-toast{display:block;height:52px;position:relative;line-height:40px;border-radius:5px;border:2px solid grey;margin-bottom:3px;background-color:rgba(0,0,0,.7)}.vanilla-toast-text{display:inline-block;color:#fff;line-height:19px;margin-top:6px;font-size:15px;left:30px;right:34px;position:absolute}.vanilla-toast-title{font-weight:600}.vanilla-toast-custom .vanilla-toast-icon,.vanilla-toast-error .vanilla-toast-icon,.vanilla-toast-icon,.vanilla-toast-info .vanilla-toast-icon,.vanilla-toast-success .vanilla-toast-icon,.vanilla-toast-warning .vanilla-toast-icon{display:inline-block;width:20px;height:20px;margin-top:16px;margin-left:5px;margin-right:5px;float:left}.vanilla-toast-plain .vanilla-toast-text{left:5px}.vanilla-toast-plain .vanilla-toast-icon{display:none}.vanilla-toast-info .vanilla-toast-icon{background-image:url(./src/assets/icToastInfo.svg);background-size:contain}.vanilla-toast-success .vanilla-toast-icon{background-image:url(./src/assets/icToastSuccess.svg);background-size:contain}.vanilla-toast-warning .vanilla-toast-icon{background-image:url(./src/assets/icToastWarning.svg);background-size:contain}.vanilla-toast-error .vanilla-toast-icon{background-image:url(./src/assets/icToastError.svg);background-size:contain}.vanilla-toast-custom .vanilla-toast-icon{background-size:contain}.vanilla-toast-icon-close{width:30px;height:30px;margin-top:10px;padding-right:4px;background-image:url(./src/assets/icToastClose.svg);background-size:contain;cursor:pointer;float:right}