.CustomToastWrapper{width:auto}.CustomToastWrapper .CustomToastContainer{display:flex;justify-content:center;align-items:center;width:90vw;min-height:85px;background:#111;backdrop-filter:blur(4px);box-sizing:border-box;padding:0;border:1px solid var(--border-color);filter:drop-shadow(0 0 12px rgba(255,70,70,.1));border-radius:8px;overflow:hidden}@media only screen and (min-width:768px){.CustomToastWrapper .CustomToastContainer{width:339px}}@media only screen and (min-width:1024px){.CustomToastWrapper .CustomToastContainer{width:339px}}@media only screen and (min-width:1280px){.CustomToastWrapper .CustomToastContainer{width:369px}}@media only screen and (min-width:1600px){.CustomToastWrapper .CustomToastContainer{width:409px}}.CustomToastWrapper .CustomToastContainer .ToastBand{width:12px;height:100%;background:var(--app-red);box-shadow:0 0 11px var(--app-red)}@media only screen and (min-width:1024px){.CustomToastWrapper .CustomToastContainer .ToastBand{width:8px}}@media only screen and (min-width:1280px){.CustomToastWrapper .CustomToastContainer .ToastBand{width:10px}}@media only screen and (min-width:1600px){.CustomToastWrapper .CustomToastContainer .ToastBand{width:12px}}.CustomToastWrapper .CustomToastContainer .ToastBody{flex:1;height:100%;padding:12px 18px;display:flex;justify-content:space-between;align-items:center}@media only screen and (min-width:1024px){.CustomToastWrapper .CustomToastContainer .ToastBody{padding:10px 14px}}@media only screen and (min-width:1280px){.CustomToastWrapper .CustomToastContainer .ToastBody{padding:11px 16px}}@media only screen and (min-width:1600px){.CustomToastWrapper .CustomToastContainer .ToastBody{padding:12px 18px}}.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:5px}.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastHeading{font-family:var(--font-manrope),sans-serif;font-style:normal;font-weight:500;font-size:13px;color:var(--text-white);text-align:left}@media only screen and (min-width:768px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastHeading{font-size:12px}}@media only screen and (min-width:1024px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastHeading{font-size:12px}}@media only screen and (min-width:1280px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastHeading{font-size:13px}}@media only screen and (min-width:1600px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastHeading{font-size:14px}}.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastSubHeading{font-family:var(--font-manrope),sans-serif;font-style:normal;font-weight:400;font-size:11px;color:#aeaeae}@media only screen and (min-width:768px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastSubHeading{font-size:10px}}@media only screen and (min-width:1024px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastSubHeading{font-size:10px}}@media only screen and (min-width:1280px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastSubHeading{font-size:11px}}@media only screen and (min-width:1600px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .ToastSubHeading{font-size:12px}}.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn{margin-top:8px;display:flex;justify-content:center;align-items:center;gap:5px;font-family:var(--font-manrope),sans-serif;font-style:normal;font-weight:500;font-size:11px;color:var(--text-white);cursor:pointer;transition:all .2s ease-in-out}@media only screen and (min-width:768px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn{font-size:10px}}@media only screen and (min-width:1024px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn{font-size:10px}}@media only screen and (min-width:1280px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn{font-size:11px}}@media only screen and (min-width:1600px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn{font-size:12px}}.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn:hover{opacity:.8}.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn .OpenIcon{width:14px;height:14px}@media only screen and (min-width:1024px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn .OpenIcon{width:12px;height:12px}}@media only screen and (min-width:1280px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn .OpenIcon{width:13px;height:13px}}@media only screen and (min-width:1600px){.CustomToastWrapper .CustomToastContainer .ToastBody .ToastContent .TransactionHashBtn .OpenIcon{width:14px;height:14px}}.CustomToastWrapper .CustomToastContainer .ToastBody .CloseBtn{display:flex;justify-content:center;align-items:center;width:18px;height:18px;opacity:.2;cursor:pointer}@media only screen and (min-width:1024px){.CustomToastWrapper .CustomToastContainer .ToastBody .CloseBtn{width:15px;height:15px}}@media only screen and (min-width:1280px){.CustomToastWrapper .CustomToastContainer .ToastBody .CloseBtn{width:16px;height:16px}}@media only screen and (min-width:1600px){.CustomToastWrapper .CustomToastContainer .ToastBody .CloseBtn{width:18px;height:18px}}