.typing .wave .dot{display:inline-block;animation:wave 1.3s linear infinite}.typing .wave .dot:first-of-type{margin-left:3px}.typing .wave .dot:nth-child(2){-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}.typing .wave .dot:nth-child(3){-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes wave{0%,to,60%{-webkit-transform:initial;transform:initial}30%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@-moz-keyframes wave{0%,to,60%{-moz-transform:initial;transform:initial}30%{-moz-transform:translateY(-5px);transform:translateY(-5px)}}@-o-keyframes wave{0%,to,60%{-o-transform:initial;transform:initial}30%{-o-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes wave{0%,to,60%{-webkit-transform:initial;-moz-transform:initial;-o-transform:initial;transform:initial}30%{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}}.typing_dots{display:flex;align-items:center;gap:4px;height:10px}.typing_dots .dot{border-radius:50%}.first{animation:first 1s infinite ease-in-out}@keyframes first{0%,to{width:6px;height:6px;background:#b3cede;opacity:1}33.33%{width:9px;height:9px;background:#0f5987;opacity:1}66.66%{width:6px;height:6px;background:#b3cede;opacity:1}}.second{animation:second 1s infinite ease-in-out}@keyframes second{0%,to{width:6px;height:6px;background:#0f5987;opacity:.7}33.33%{width:6px;height:6px;background:#b3cede;opacity:1}66.66%{width:9px;height:9px;background:#0f5987;opacity:1}}.third{animation:third 1s infinite ease-in-out}@keyframes third{0%,to{width:9px;height:9px;background:#0f5987;opacity:1}33.33%{width:6px;height:6px;background:#0f5987;opacity:1}66.66%{width:6px;height:6px;background:#0f5987;opacity:.7}}.typing-small .wave{display:flex;gap:6px}.typing-small .wave .dot{display:inline-block;width:8px;height:8px;border-radius:50%;animation:wave-small 1.3s linear infinite;background-color:#0f5987}.typing-small .wave .dot:nth-child(2){animation-delay:-1.1s;background-color:#b3cede}.typing-small .wave .dot:nth-child(3){animation-delay:-.9s;background-color:#b3cede}@keyframes wave-small{0%,to,60%{transform:initial}30%{transform:translateY(-2px)}}@media (max-width: 480px){.Toastify__toast-container--top-center{top:20px;left:19px;right:19px;width:auto;max-width:calc(100% - 38px);box-sizing:border-box}.Toastify__toast{margin:0 auto 16px;border-radius:6px}}
