@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap";.loading-page{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.loading-page .loader{width:120px;height:120px}.loading-page .loader div{border-width:12px;border-top-color:#d00}.toasts{z-index:1000000;background-color:#0000;justify-content:center;align-items:center;padding:0 16px;display:flex;position:fixed;left:0;right:0}.toasts.slide-in,.toasts.visible{bottom:50px}.toasts.slide-out,.toasts.hidden{bottom:-100px}.toasts .text{color:#fff;border-radius:6px;align-items:center;min-width:200px;max-width:970px;padding:12px 24px;font-size:14px;font-weight:700;line-height:20px;display:flex}.toasts .text svg{flex:0 0 30px;width:30px;height:30px;margin-right:16px}.toasts .text svg path{stroke:#fff}.toasts .text.success{background-color:#379482}.toasts .text.failed{background-color:#df5248}*,:before,:after{box-sizing:border-box;font-family:Open Sans,sans-serif}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}html,body,#root{background:#f3f5f7;min-height:100vh;margin:0;padding:0;font-size:14px}a{color:#fff;text-decoration:none}a:hover{color:#fff}body.no-overflow{overflow:hidden}
