:root{--grey600:#757575;--errorMain:#bf302e;--warningMain:#ec6f09;--infoMain:#0b6dd7;--successMain:#008f88}.toast-container{flex-direction:row;align-items:center;column-gap:8px;width:400px;padding:8px 16px;display:flex;box-shadow:0 0 6px rgba(0,0,0,.2)}.toast-container>[data-content=""],.toast-title{width:100%}.toast-container[data-expanded=false]{overflow:hidden}[data-sonner-toast][data-expanded=false]:not([data-index="0"]) .toast-description,[data-sonner-toast][data-expanded=false]:not([data-index="0"]) .toast-title,[data-sonner-toast][data-expanded=false]:not([data-index="0"]) .toast-icon{visibility:hidden;transition:visibility .2s}.toast-description{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:24.5px}.toast-icon{color:#fff;justify-content:center;align-items:center;margin:0;display:flex}.toast-info{background-color:var(--infoMain)}.toast-success{background-color:var(--successMain)}.toast-warning{background-color:var(--warningMain)}.toast-error{background-color:var(--errorMain)}
