.toast-ui-component-container{position:fixed;bottom:32px;z-index:300;width:100%;max-width:600px;margin-left:auto;margin-right:auto;display:block;box-sizing:border-box;padding:0 20px;pointer-events:none}.toast-ui-component-container.fade-in-animation{animation:fadeInToast .4s ease}.toast-ui-component-container.slide-up-animation{animation:slideUpToast .25s ease}.toast-ui-component-container.toast-ui-x-position-left .toast-ui-component{margin-left:0}.toast-ui-component-container.toast-ui-x-position-center .toast-ui-component{margin:0 auto}.toast-ui-component-container.toast-ui-x-position-right .toast-ui-component{margin-left:auto;margin-right:0}.toast-ui-component-container.toast-ui-y-position-top{bottom:unset;top:32px}.toast-ui-component-container.toast-ui-y-position-center{bottom:unset;top:50%;transform:translateY(-50%)}.toast-ui-component-container.toast-ui-y-position-bottom{bottom:32px}.toast-ui-component-container.toast-default .toast-ui-component{background-color:rgba(50,50,50,.94)}.toast-ui-component-container.toast-error .toast-ui-component{background-color:#c62c1a}.toast-ui-component-container .toast-ui-component{display:flex;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;padding:12px 20px;margin:0 auto;border-radius:100px;pointer-events:auto;cursor:pointer}.toast-ui-component-container .toast-ui-component .toast-ui-component-emoji{font-size:16px;line-height:0}.toast-ui-component-container .toast-ui-component .toast-ui-component-message{font-size:12px;font-weight:700;color:#fff;white-space:pre-line}@keyframes slideUpToast{0%{transform:translateY(80px);transform:translateY(calc(80px - constant(safe-area-inset-bottom)));transform:translateY(calc(80px - env(safe-area-inset-bottom)));opacity:0}to{transform:translateY(0);transform:translateY(0-constant(safe-area-inset-bottom));transform:translateY(0-env(safe-area-inset-bottom));opacity:1}}@keyframes fadeInToast{0%{opacity:0}to{opacity:1}}