@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");:root{--primary:#2b6cb0;--accent:#f56565;--text:#2d3748;--bg:#f7fafc;--card-bg:#fff;--shadow:rgba(0,0,0,0.1)}body{font-family:Inter,sans-serif;background:var(--bg);margin:0;color:var(--text);font-size:14px}.Toast_notificationContainer__2ZSHc{font-size:14px;box-sizing:border-box;position:fixed;z-index:999999}.Toast_topRight__SFp3C{top:12px}.Toast_bottomRight___UF5j,.Toast_topRight__SFp3C{right:12px;transition:transform .6s ease-in-out;animation:Toast_toastInRight__VJMD1 .7s}.Toast_bottomRight___UF5j{bottom:12px}.Toast_topLeft__5Yuof{top:12px}.Toast_bottomLeft__Dajaj,.Toast_topLeft__5Yuof{left:12px;transition:transform .6s ease-in;animation:Toast_toastInLeft__AGohp .7s}.Toast_bottomLeft__Dajaj{bottom:12px}.Toast_notification__DOm1H{background:#fff;transition:.3s ease;position:relative;pointer-events:auto;overflow:hidden;padding:15px;margin:0 0 15px;width:300px;max-height:100px;border-radius:3px;box-shadow:0 0 10px #999;color:#000;opacity:.9;background-position:15px;background-repeat:no-repeat}.Toast_notification__DOm1H:hover{box-shadow:0 0 12px #fff;opacity:1;cursor:pointer}.Toast_notificationMessage__bBe0I{display:flex;justify-content:center;align-items:center;white-space:pre-line}.Toast_toastSuccess__cByCx{color:#fff;background-color:#5cb85c}.Toast_toastError__C1i4V{color:#fff;background-color:#e0ac08}@keyframes Toast_toastInRight__VJMD1{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Toast_toastInLeft__AGohp{0%{transform:translateX(-100%)}to{transform:translateX(0)}}