.message-handler-container{position:fixed;z-index:1000}.toast-container{width:100vw;display:flex;align-items:center;flex-direction:column;position:absolute;overflow:visible;height:100%;margin:3vh 0}.toast-container.top-toasts{height:48%}.toast-container.bottom-toasts{top:52%;height:48%;flex-direction:column-reverse}.toast-container .toast-content-container{padding:0;margin:0;background:none !important;border:none;outline:none;transition:.15s ease-in-out all;position:relative;display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}.toast-container .toast-content-container .alert-role-contents{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;flex-grow:1}.toast-container .toast-message{transition:.15s ease-in-out all;position:relative;z-index:1000;background:#fff;border-radius:2px;box-shadow:0 3px 6px 2px rgba(128,128,128,.7);cursor:pointer;min-width:18rem;margin:.5rem auto;max-width:60vw;border-top:5px solid #fff;padding:.25rem}@media only screen and (max-width: 640px){.toast-container .toast-message{max-width:85vw;min-width:14rem}}.toast-container .toast-message:hover{box-shadow:0 0 10px 2px #6a6464}.toast-container .toast-message .toast-progress-bar-container{position:absolute;width:98%;left:1%;top:calc(100% - 4px);box-shadow:0 0 0 1px rgba(0,0,0,.13);border-radius:1px}.toast-container .toast-message .toast-progress-bar-container .toast-progress-bar{height:3px;transition:1s linear all;width:0px}.toast-container .toast-message .message-icon{min-width:2rem;display:inline-flex;justify-content:center;height:2rem;width:max-content}.toast-container .toast-message .message-icon svg{width:1.9rem}.toast-container .toast-message .message-text{display:block;margin:0 .8rem;font-size:large;color:#3e3e3e;flex-grow:1;justify-content:center;max-height:50vh;overflow:auto}.toast-container .toast-message.info-icon{border-color:#7abdff}.toast-container .toast-message.info-icon svg{color:#7abdff}.toast-container .toast-message.info-icon .toast-progress-bar{background-color:#7abdff}.toast-container .toast-message.success-icon{border-color:#86c07e}.toast-container .toast-message.success-icon svg{color:#86c07e}.toast-container .toast-message.success-icon .toast-progress-bar{background-color:#86c07e}.toast-container .toast-message.warning-icon{border-color:#e3df69}.toast-container .toast-message.warning-icon svg{color:#e3df69}.toast-container .toast-message.warning-icon .toast-progress-bar{background-color:#e3df69}.toast-container .toast-message.error-icon{border-color:red;cursor:default}.toast-container .toast-message.error-icon svg{color:red}.toast-container .toast-message.error-icon .toast-progress-bar{background-color:red}.toast-container .toast-message .toast-close-icon{background:rgba(0,0,0,0);padding:0;margin:0;position:relative;min-width:26px;min-height:24px;opacity:.3;cursor:pointer;width:max-content;margin-left:auto}.toast-container .toast-message .toast-close-icon:before,.toast-container .toast-message .toast-close-icon:after{position:absolute;left:12px;content:" ";height:24px;width:2px;background-color:#333;border-radius:4px;top:0}.toast-container .toast-message .toast-close-icon:hover{opacity:1}.toast-container .toast-message .toast-close-icon:hover:before,.toast-container .toast-message .toast-close-icon:hover:after{box-shadow:0 0 1px 0px #000}.toast-container .toast-message .toast-close-icon:before{transform:rotate(45deg)}.toast-container .toast-message .toast-close-icon:after{transform:rotate(-45deg)}.toast-container .toast-message .toast-animation-enter-active,.toast-container .toast-message .toast-animation-leave-active{transition:all linear .15s !important}.toast-container .toast-message.toast-bottom.toast-animation-enter,.toast-container .toast-message.toast-bottom.toast-animation-leave-to{opacity:0 !important;transform:translateY(64px) !important}.toast-container .toast-message.toast-top.toast-animation-enter,.toast-container .toast-message.toast-top.toast-animation-leave-to{opacity:0 !important;transform:translateY(-64px) !important}

