 #toast-container{top:auto!important;right:auto!important;bottom:5%!important;left:50%!important;transform:translateX(-50%);min-width:300px}.toast{background-color:#323232!important;padding:15px 25px!important;font-size:16px!important;font-weight:500!important;border-radius:50px!important;box-shadow:0 5px 20px rgba(0,0,0,.3)!important;display:flex!important;align-items:center!important;justify-content:center!important}.toast i{margin-right:10px!important;font-size:18px!important}.toast.success{background-color:#4caf50!important}.toast.error{background-color:#f44336!important}.toast.loading{background-color:#2196f3!important}.toast .fa-spinner{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media (max-width:768px){#toast-container{min-width:250px;bottom:10%!important}.toast{padding:12px 20px!important;font-size:14px!important}}