.toast-message{display:flex;justify-content:space-between;min-height:30px;height:auto;border-radius:8px;max-width:800px;min-width:250px;width:fit-content;transition:.5s ease;position:fixed;z-index:3500;top:20px;right:10px;padding:8px 12px;align-items:center;box-shadow:0 6px 24px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.08)}@media(min-width:768px){.toast-message{min-width:300px;right:40px;top:20px;padding:8px 12px}}.toast-message .close-toast{cursor:pointer}.toast-message.success{background:#19ae57}.toast-message.error{background:#fd561f}