.toastjs-container{position:absolute;position:fixed;top:120px;right:30px;width:calc(100% - 60px);max-width:400px;transform:translateX(150%);transition:transform 1s;z-index:100}.toastjs-container[aria-hidden=false]{transform:translateX(0)}.toastjs{background:var(--dark);padding:10px 15px 0;border-left-style:solid;border-left-width:5px;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.2);color:var(--light)!important;}.toastjs.default{border-left-color:var(--light)}.toastjs.success{border-left-color:var(--violet)}.toastjs.warning{border-left-color:#FF851B}.toastjs.danger{border-left-color:#ff364a}.toastjs-btn{background:#f0f0f0;padding:5px 10px;border:0;border-radius:4px;color:var(--dark);font-size:14px;display:inline-block;margin-right:10px;margin-bottom:10px;margin-top:10px;cursor:pointer}.toastjs-btn--custom{background:#323232;color:#fff}.toastjs-btn:focus,.toastjs-btn:hover{outline:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.2)}
.toastjs li {list-style-type: disc!important;}