.text-black{color:#171717 !important}.toast{box-shadow:0 0 2px rgba(193,197,219,0.3);-webkit-box-shadow:0 0 2px rgba(193,197,219,0.3);-moz-box-shadow:0 0 2px rgba(193,197,219,0.3);-moz-transition:0 0 2px rgba(193,197,219,0.3);-webkit-transition:0 0 2px rgba(193,197,219,0.3);opacity:.9 !important}.toast:hover{-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;opacity:1 !important;cursor:pointer !important}.toast-success{background-color:#00E88D}.toast-error{background-color:#e66860}.toast-info{background-color:#00644B}.toast-warning{background-color:#e66860}.toast-title{font-size:18px;font-weight:600}.toast-message{font-size:15px;font-weight:400}div[toast]{opacity:1 !important}div[toast].ng-enter{opacity:0 !important;transition:opacity .3s linear}div[toast].ng-enter.ng-enter-active{opacity:1 !important}div[toast].ng-leave{opacity:1;transition:opacity .3s linear}div[toast].ng-leave.ng-leave-active{opacity:0 !important}@media all and (max-width:240px){#toast-container .toast.div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container .toast.div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container .toast.div{padding:15px 15px 15px 50px;width:25em}}