.toast-message-wrapper{position:fixed;top:0;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem;max-width:18.75rem;width:100%;height:auto;padding:.625rem 1.25rem;background-color:var(--background-color);border:var(--border-lightgray-1);border-radius:var(--rounded);z-index:1001;animation:toast_io 3s ease-out forwards}.toast-message{color:var(--text-color);font-size:.875rem;font-weight:400;line-height:1.4;text-align:left;word-break:keep-all}@keyframes toast_io{0%{top:0;opacity:0}4%{top:2rem;opacity:100%}6%{top:calc(2rem + 10px)}8%{top:calc(2rem - 5px)}10%{top:2rem}90%{top:2rem;opacity:100%}91%{top:calc(2rem + 10px);opacity:100%}to{top:2rem;opacity:100%}}@media screen and (min-width:768px){.toast-message-wrapper{max-width:37.5rem}}