@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.exceptions{position:fixed;max-width:450px;height:auto;padding:20px;bottom:0;right:0;display:flex;align-items:end;justify-content:end;z-index:1000}.exceptions-content{display:flex;flex-direction:column;gap:20px;max-width:420px;width:100%}.exceptions-icon{min-width:32px;min-height:32px;width:32px;height:32px;background-color:var(--background-color);display:flex;justify-content:center;align-items:center;border-radius:8px}.exceptions-icon__error{border:1px solid var(--error-color)}.exceptions-icon__error>img{content:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M20 10C20 4.477 15.523 0 10 0C4.477 0 0 4.477 0 10C0 15.523 4.477 20 10 20C15.523 20 20 15.523 20 10ZM10 5C10.2652 5 10.5196 5.10536 10.7071 5.29289C10.8946 5.48043 11 5.73478 11 6V11C11 11.2652 10.8946 11.5196 10.7071 11.7071C10.5196 11.8946 10.2652 12 10 12C9.73478 12 9.48043 11.8946 9.29289 11.7071C9.10536 11.5196 9 11.2652 9 11V6C9 5.73478 9.10536 5.48043 9.29289 5.29289C9.48043 5.10536 9.73478 5 10 5ZM9 14C9 13.7348 9.10536 13.4804 9.29289 13.2929C9.48043 13.1054 9.73478 13 10 13H10.008C10.2732 13 10.5276 13.1054 10.7151 13.2929C10.9026 13.4804 11.008 13.7348 11.008 14C11.008 14.2652 10.9026 14.5196 10.7151 14.7071C10.5276 14.8946 10.2732 15 10.008 15H10C9.73478 15 9.48043 14.8946 9.29289 14.7071C9.10536 14.5196 9 14.2652 9 14Z" fill="%23D82131FF"/></svg>')}.exceptions-icon__success>img{content:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 1.41L5.5 13.41L0 7.91L1.41 6.5L5.5 10.58L16.09 0L17.5 1.41Z" fill="%235B1AACFF"/></svg>')}.exceptions-item{background-color:var(--surface-color);border-radius:8px;width:100%;min-width:300px;max-width:300px;height:50px;box-shadow:0 10px 20px 6px #0000001a;padding:5px 10px;display:flex;align-items:center;border:2px solid transparent;gap:10px;animation:show .4s ease forwards;z-index:5}.exceptions-item__title{font-size:18px;font-weight:700}.exceptions-item__text{font-weight:600;font-size:14px;text-align:start}.exceptions-item__error{border:2px solid var(--error-color)}.exceptions-item__error>p{color:var(--text-color)}.exceptions-item__success>p{color:var(--text-color)}@keyframes show{0%{transform:translate(1000px)}to{transform:translate(0)}}@keyframes hide{0%{transform:translate(0)}to{transform:translate(1000px)}}@media (max-width: 999px){html{font-size:11.5px}}@media (max-width: 1099px) and (min-width: 1000px){html{font-size:12px}}@media (min-width: 1100px) and (max-width: 1199px){html{font-size:13px}}@media (min-width: 1200px) and (max-width: 1299px){html{font-size:14px}}@media (min-width: 1300px) and (max-width: 1399px){html{font-size:15px}}@media (min-width: 1400px) and (max-width: 1499px){html{font-size:16px}}@media (min-width: 1500px) and (max-width: 1599px){html{font-size:17px}}@media (min-width: 1600px) and (max-width: 1699px){html{font-size:18px}}@media (min-width: 1700px) and (max-width: 1799px){html{font-size:19px}}@media (min-width: 1800px) and (max-width: 1899px){html{font-size:20px}}@media (min-width: 1900px){html{font-size:21px}}*{font-family:Inter,sans-serif;font-weight:400;font-size:1rem}:root{--background-color: #0A0A0A;--background-color-two: #171717;--active-surface-color: #2F2F2F;--surface-color: #262626;--surface-color-two: #393939;--text-color: #EDEDED;--accent-color: #5B1AACFF;--accent-hover-color: #421380;--error-color: #D82131;--error-hover-color: #a41926}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}* button{cursor:pointer}a{text-decoration:none;color:var(--text-color)}#root{display:flex;flex-direction:column;min-height:100vh;background-color:var(--background-color);color:var(--text-color)}
