/* css for js\alert.ready + js\alert.toastr.min.js #230215 */
.toast-top-right{top:140px;right:12px}
.toast-bottom-right{right:12px;bottom:12px}
.toast-bottom-left{bottom:12px;left:12px}

.toast{background-color:#030303}
.toast-success{background-color:#00c851;!important}
.toast-error{background-color:#ff3547;}
.toast-info{background-color:#33b5e5;!important}
.toast-warning{background-color:#fb3;!important}

#toast-container>div{
    width:25rem;
    -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    position:relative;
    overflow:hidden;
    margin:0 0 6px;
    padding:15px 15px 15px 50px;
    background-position:5px center;background-repeat:no-repeat;opacity:.95}
#toast-container{position:fixed;z-index:999999}
#toast-container *{-webkit-box-sizing:border-box;box-sizing:border-box}

#toast-container>:hover{-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-transition:.45s;-o-transition:.45s;transition:.45s;opacity:1;cursor:pointer}
#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:18.75rem;margin:auto}
#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}
