toast-message-box{display:block;position:fixed;width:100%;padding:20px 20px 0;box-sizing:border-box;max-width:300px;overflow:auto}toast-message,toast-message-header{letter-spacing:0;line-height:1.3;margin-right:16px}toast-message-box[position=top-right]{right:0;top:0}toast-message-box[position=top-left]{right:auto;top:0;left:0}toast-message-box[position=bottom-left]{right:auto;left:0;top:auto;bottom:0}toast-message-box[position=bottom-right]{right:0;left:auto;top:auto;bottom:0}toast-alert{display:grid;grid-template-columns:auto auto auto;position:relative;font-size:14px;padding:16px;font-weight:400;background-color:#fff;margin-bottom:20px;box-sizing:border-box;box-shadow:0 3px 5px #aaa;letter-spacing:1px;border-radius:5px;justify-content:start}toast-alert:before,toast-alert:after{position:absolute;opacity:.8;transform:rotate(45deg);content:none}toast-alert[close-mode=true]:before,toast-alert[close-mode=true]:after{background-color:#000}toast-alert:before{width:16px;height:2px;box-sizing:border-box;right:15px;top:calc(35% - 1px)}toast-alert:after{width:2px;height:16px;box-sizing:border-box;right:22px;top:calc(35% - 8px)}toast-message-close{position:absolute;display:block;right:16px;width:16px;height:16px;cursor:pointer;top:16px;z-index:1}toast-message[header-option=true]{font-family:'OpenSans-Regular',serif;font-size:13px;color:#657387;line-height:1.2;padding-top:5px}toast-message-icon{display:inline-block;background-size:contain;height:16px;width:16px}toast-message-icon[type=success]{background-image:url(../images/doc-done.png)}toast-message-icon[type=error]{background-image:url(../images/icons-svg/toast-error-icon.svg)}toast-message-icon[type=warning]{background-image:url(../images/doc-select.png)}toast-message-icon[type=loading]{background-image:url(../images/assets-icons/loading-spin.gif)}toast-message-box toast-alert toast-message-body{vertical-align:super;display:inline-grid;font-family:'OpenSans-SemiBold',serif;padding:0 16px;margin:0}toast-message-close:before,toast-message-close:after{position:absolute;content:"";opacity:.8;transform:rotate(45deg);background-color:#000;right:0;top:6px;width:16px;height:2px;box-sizing:border-box}toast-message-close:after{transform:rotate(-45deg)}toast-message{overflow-wrap:break-word;word-wrap:break-word;display:block;max-width:200px}