#toast-container>div.toast{position:relative;width:340px;padding:16px 42px 16px 64px;border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,0.18);background-image:none!important;opacity:1;font-family:"Roboto",sans-serif}#toast-container>div:hover{box-shadow:0 10px 32px rgba(0,0,0,0.26);opacity:1}#toast-container>.toast-success{background-color:#16a34a}#toast-container>.toast-error{background-color:#dc2626}#toast-container>.toast-warning{background-color:#d97706}#toast-container>.toast-info{background-color:#2563eb}#toast-container>div::before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(255,255,255,0.18);font-family:"uicons-regular-straight";font-style:normal;font-weight:normal;font-size:17px;line-height:1;color:#fff}#toast-container>.toast-success::before{content:"\f143"}#toast-container>.toast-error::before{content:"\f15d"}#toast-container>.toast-warning::before{content:"\f179"}#toast-container>.toast-info::before{content:"\f1ac"}#toast-container .toast-title{font-size:15px;font-weight:700;line-height:1.3;margin-bottom:2px}#toast-container .toast-message{font-size:13.5px;line-height:1.45;word-wrap:break-word}#toast-container .toast-message strong{font-weight:700}#toast-container .toast-message a{color:#fff;text-decoration:underline}#toast-container .toast-close-button{position:absolute;top:8px;right:12px;float:none;font-size:18px;font-weight:400;line-height:1;color:#fff;opacity:0.75;text-shadow:none}#toast-container .toast-close-button:hover,#toast-container .toast-close-button:focus{color:#fff;opacity:1}#toast-container .toast-progress{height:4px;background-color:#fff;opacity:0.35;border-radius:0 0 10px 10px}@media (max-width:480px){#toast-container>div{width:auto;max-width:calc(100vw - 24px);border-radius:10px}}