@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap";.modal{opacity:0;z-index:1000;background-color:#0000004d;outline:0;justify-content:center;align-items:center;width:100%;height:100%;min-height:100vh;padding:30px 15px;transition:all .1s cubic-bezier(.4,0,.2,1) .2s;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.modal__content{opacity:0;background-color:#fff;border-radius:6px;width:100%;max-width:900px;margin:auto 0;padding:.8rem 1.2rem;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(100px);box-shadow:0 10px 30px #00000026}@media (width>=768px){.modal__content{padding:1.6rem 2.4rem}}.modal__content__close{cursor:pointer;width:2.4rem;height:2.4rem;position:absolute;top:.8rem;right:.8rem}@media (width>=768px){.modal__content__close{top:1.6rem}}.modal__content__close i{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.modal__content__close i:before,.modal__content__close i:after{content:"";background-color:#000;width:3px;height:22px;position:absolute}.modal__content__close i:before{transform:rotate(45deg)}.modal__content__close i:after{transform:rotate(-45deg)}.modal__content__close:hover i:before,.modal__content__close:hover i:after{background-color:#00000080}.modal--active{opacity:1;transition-duration:.25s;transition-delay:0s}.modal--active .modal__content{opacity:1;transition-duration:.35s;transition-delay:.15s;transform:translateY(0)}.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}
