.toast-container{position:fixed;z-index:999999;top:20px;right:20px;max-width:calc(100% - 20px)}@media (max-width: 767px){.toast-container{top:10px;right:10px}}.toast-container .toast{position:relative;width:360px;max-width:100%;background-color:#fff;border-radius:16px;padding:15px;margin-bottom:10px;box-shadow:0 5px 10px -5px rgba(0,0,0,0.15),0 10px 10px -5px rgba(0,0,0,0.1);opacity:0;visibility:hidden;transition:all 0.3s ease-in-out}.toast-container .toast:hover{box-shadow:0 15px 20px -5px rgba(0,0,0,0.15),0 15px 15px -5px rgba(0,0,0,0.1)}.toast-container .toast .t-title{display:none;align-items:center;width:100%;margin:0;color:#262626;font-weight:600;font-size:1.1rem}.toast-container .toast .t-title[class^="t-icon-"]{font-size:1.2rem;padding:0 10px 0 0}.toast-container .toast .t-text{color:#FFF;margin:0}.toast-container .toast .t-close{display:flex;align-items:center;justify-content:center;position:absolute;height:25px;width:25px;right:10px;top:12px;padding:0;margin:0;border-radius:50%;transform:rotate(45deg);cursor:pointer;box-shadow:0 5px 10px -5px rgba(0,0,0,0.15),0 10px 10px -5px rgba(0,0,0,0.1)}.toast-container .toast .t-close:after,.toast-container .toast .t-close:before{content:'';display:block;position:absolute;background-color:#eee;border-radius:3px}.toast-container .toast .t-close:after{width:2px;height:16px}.toast-container .toast .t-close:before{width:16px;height:2px}.toast-container .toast.active{opacity:1;visibility:visible}.toast-container .toast.system{background-color:var(--toastSysBg)}.toast-container .toast.system .t-text,.toast-container .toast.system .t-title{color:var(--toastSysCl)}.toast-container .toast.success{background-color:var(--toastSuccessBg)}.toast-container .toast.success .t-text,.toast-container .toast.success .t-title{color:var(--toastSuccessCl)}.toast-container .toast.success .t-text{padding-left:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21.7337 5.26627C22.0888 5.62129 22.0888 6.19689 21.7337 6.55192L9.91555 18.3701C9.56053 18.7251 8.98493 18.7251 8.6299 18.3701L2.26627 12.0065C1.91124 11.6514 1.91124 11.0758 2.26627 10.7208C2.62129 10.3658 3.19689 10.3658 3.55192 10.7208L9.27273 16.4416L20.4481 5.26627C20.8031 4.91124 21.3787 4.91124 21.7337 5.26627Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 center;font-weight:500}.toast-container .toast.warning{background-color:var(--toastWarningBg)}.toast-container .toast.warning .t-text,.toast-container .toast.warning .t-title{color:var(--toastWarningCl)}.toast-container .toast.error{background-color:var(--toastErrorBg)}.toast-container .toast.error .t-text,.toast-container .toast.error .t-title{color:var(--toastErrorCl)}
