.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:36px;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(--toastSuccessBg)}.toast-container .toast.warning .t-text,.toast-container .toast.warning .t-title{color:var(--toastSuccessCl)}.toast-container .toast.warning .t-text{padding-left:36px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47 20.9997H19.53C21.07 20.9997 22.03 19.3297 21.26 17.9997L13.73 4.98969C12.96 3.65969 11.04 3.65969 10.27 4.98969L2.74 17.9997C1.97 19.3297 2.93 20.9997 4.47 20.9997ZM12 13.9997C11.45 13.9997 11 13.5497 11 12.9997V10.9997C11 10.4497 11.45 9.99969 12 9.99969C12.55 9.99969 13 10.4497 13 10.9997V12.9997C13 13.5497 12.55 13.9997 12 13.9997ZM13 17.9997H11V15.9997H13V17.9997Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 center;font-weight:500}.toast-container .toast.error{background-color:var(--toastErrorBg)}.toast-container .toast.error .t-text,.toast-container .toast.error .t-title{color:var(--toastErrorCl)}
