.toast-title{font-size:.9375rem;line-height:1.375rem;font-weight:600;margin-bottom:4px}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word;font-size:.875rem;line-height:1.375rem;opacity:.95}.toast-message a,.toast-message label{color:currentColor;font-size:.875rem;line-height:1.25rem;font-weight:500}.toast-message a:hover{opacity:.8;text-decoration:underline}.toast-close-button{position:absolute;right:12px;top:12px;float:none;font-size:1.25rem;line-height:1;color:currentColor;opacity:.6;transition:opacity 0.2s ease}.toast-close-button:focus,.toast-close-button:hover{opacity:1;text-decoration:none;cursor:pointer}.rtl .toast-close-button{left:12px;right:auto}button.toast-close-button{padding:0;cursor:pointer;background:#fff0;border:0;-webkit-appearance:none}.toast-top-center{top:20px;right:0;width:100%}.toast-bottom-center{bottom:20px;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:20px;left:20px}.toast-top-right{top:20px;right:20px}.toast-bottom-right{right:20px;bottom:20px}.toast-bottom-left{bottom:20px;left:20px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 12px;padding:16px 48px 16px 52px;width:360px;border-radius:12px;background-position:16px center;background-repeat:no-repeat;background-size:24px 24px;box-shadow:0 4px 12px rgb(0 0 0 / .15),0 0 0 1px rgb(0 0 0 / .05);backdrop-filter:blur(10px);transition:all 0.3s cubic-bezier(.4,0,.2,1);animation:slideIn 0.3s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{from{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}#toast-container>div.rtl{direction:rtl;padding:16px 52px 16px 48px;background-position:right 16px center}#toast-container>div:hover{box-shadow:0 8px 24px rgb(0 0 0 / .2),0 0 0 1px rgb(0 0 0 / .08);transform:translateY(-2px);cursor:pointer}#toast-container>.toast-info{background-color:#EBF5FF;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");color:#1E40AF;border-left:4px solid #2563EB}#toast-container>.toast-error{background-color:#FEF2F2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23DC2626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='15' y1='9' x2='9' y2='15'/%3E%3Cline x1='9' y1='9' x2='15' y2='15'/%3E%3C/svg%3E");color:#991B1B;border-left:4px solid #DC2626}#toast-container>.toast-success{background-color:#F0FDF4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2316A34A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");color:#14532D;border-left:4px solid #16A34A}#toast-container>.toast-warning{background-color:#FFFBEB;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23D97706' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E");color:#78350F;border-left:4px solid #D97706}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:360px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:currentColor;opacity:.5;border-radius:0 0 12px 12px}@media all and (max-width:480px){#toast-container>div{padding:14px 42px 14px 48px;width:calc(100vw - 24px);margin:0 12px 12px}#toast-container>div.rtl{padding:14px 48px 14px 42px}#toast-container .toast-close-button{right:10px;top:10px}#toast-container .rtl .toast-close-button{left:10px;right:auto}.toast-top-left,.toast-top-right{top:12px;left:0;right:0}.toast-bottom-left,.toast-bottom-right{bottom:12px;left:0;right:0}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 45px 15px 50px;width:340px}#toast-container>div.rtl{padding:15px 50px 15px 45px}}