@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";#react-tiny-toast-main-container{display:flex;flex-direction:column;flex-shrink:0}.toast-container{position:fixed}.toast-container.top-center{top:0;align-self:center}.toast-container.top-left{top:0;align-self:flex-start}.toast-container.top-right{top:0;align-self:flex-end}.toast-container.bottom-center{align-self:center;bottom:0}.toast-container.bottom-left{align-self:flex-start;bottom:0}.toast-container.bottom-right{align-self:flex-end;bottom:0}@keyframes toast-animation-from-top{0%{top:100px;opacity:.8}to{top:0;opacity:1}}@keyframes toast-animation-from-bottom{0%{bottom:100px;opacity:.8}to{bottom:0;opacity:1}}.toast-item-animation-top{animation:toast-animation-from-top .5s ease-in-out}.toast-item-animation-bottom{animation:toast-animation-from-bottom .5s ease-in-out}.toast-item{position:relative;padding:8px;margin:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;box-shadow:-4px -4px 16px -6px #000}.toast-item-success{background-color:#28a745}.toast-item-danger{background-color:#dc3545}.toast-item-default{background-color:#6c757d;color:#f8f9fa}.toast-item-warning{background-color:#ffc107}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f6f7f9;color:#23272f;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}
