/*!
 * @deveodk/vue-toastr v1.1.0
 * (c) 2019 Jason Kelly
 * Released under the MIT License.
 */

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);@keyframes fadeInLeft{0%{transform:translateX(200%)}to{transform:translateX(0)}}@keyframes fadeInRight{0%{transform:translateX(-200%)}to{transform:translateX(0)}}.toast-bottom-left .toast,.toast-top-left .toast{animation:fadeInRight .3s ease-in-out forwards;transform:translateX(-200%)}.toast-bottom-right .toast,.toast-top-right .toast{animation:fadeInLeft .3s ease-in-out forwards;transform:translateX(200%)}.toast-bottom-left .toast:hover,.toast-top-left .toast:hover{margin-left:-4px}.toast-bottom-right .toast:hover,.toast-top-right .toast:hover{margin-right:-4px}.toast:hover{opacity:.5}.toast-bottom-full-width .toast,.toast-top-full-width .toast{border-radius:0!important}.toast .left{margin:0!important;padding:15px!important}.toast .right{background:#fff!important;color:#172b43!important;padding:15px!important;-ms-flex-positive:1!important;flex-grow:1!important}.toast .toast-title{font-size:16px}.toast .toast-message{font-size:15px}.toast.toast-success{background-color:#4caf50}.toast.toast-success .toast-title{color:#4caf50}.toast.toast-error{background-color:#f44336}.toast.toast-error .toast-title{color:#f44336}.toast.toast-info{background-color:#172b43}.toast.toast-info .toast-title{color:#172b43}.toast.toast-warning{background-color:#ffa000}.toast.toast-warning .toast-title{color:#ffa000}.fa-secondary{opacity:.4}.toast{font-family:Roboto,sans-serif!important;box-shadow:0 5px 15px rgba(0,0,0,.15);display:-ms-flexbox;display:flex;padding:0!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .3s ease}.left{-ms-flex:0 0 30px;flex:0 0 30px;margin-right:5px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.left svg{width:30px;height:30px}.left svg path{fill:#fff}.toast-title{font-weight:600}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word;font-weight:100;margin-top:4px;line-height:1.2}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff}.toast-close-button:focus,.toast-close-button:hover{color:#172b43;text-decoration:none;cursor:pointer}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-center{top:6px;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:-6px;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:2px}.toast-bottom-left{bottom:2px;left:12px}.toast-container{position:fixed;z-index:999999;pointer-events:none;transition:all 3s ease}.toast-container *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 10px;padding:15px;width:350px;border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;background-position:15px;background-repeat:no-repeat;color:#fff}.toast-container>:hover{cursor:pointer}.toast-container.toast-bottom-center>div,.toast-container.toast-top-center>div{width:350px;float:none;margin-left:auto!important;margin-right:auto!important}.toast-container.toast-bottom-full-width>div,.toast-container.toast-top-full-width>div{width:100%;margin-left:auto;margin-right:auto}.toast{top:auto}.toast,.toast-progress{background-color:#172b43}.toast-progress{position:absolute;left:0;bottom:0;height:4px}@media (max-width:300px){.toast-container{width:calc(100% - 24px)!important}.toast{width:100%!important;display:block!important;border-radius:3px!important;overflow:hidden!important}}@media (max-width:240px){.toast-container>div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:241px) and (max-width:480px){.toast-container>div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:481px) and (max-width:768px){.toast-container>div{padding:15px;width:25em}}