.toast-container{align-items:center;bottom:10%;display:flex;flex-direction:column;gap:12px;left:0;pointer-events:none;position:fixed;right:0;z-index:999}.toast{align-items:flex-start;background:#fff;border:1px solid #dfdfdf;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;gap:12px;max-width:97%;min-height:0;padding:16px 20px;pointer-events:all;position:relative;transition:all .3s ease;width:728px}.toast:hover{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.toast--error{border-left:4px solid #ef4444}.toast--success{border-left:4px solid #10b981}.toast--warning{border-left:4px solid #f59e0b}.toast--info{border-left:4px solid #3b82f6}.toast__icon{background:#f2f2f2;border-radius:50%;padding:3px}.toast__icon.success img{filter:brightness(0) saturate(100%) invert(52%) sepia(98%) saturate(464%) hue-rotate(103deg) brightness(104%) contrast(86%)}.toast__icon.error img{filter:brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(4662%) hue-rotate(346deg) brightness(99%) contrast(95%)}.toast__icon.warning img{filter:brightness(0) saturate(100%) invert(64%) sepia(88%) saturate(1945%) hue-rotate(6deg) brightness(103%) contrast(101%)}.toast__icon.info img{filter:brightness(0) saturate(100%) invert(35%) sepia(91%) saturate(2071%) hue-rotate(209deg) brightness(99%) contrast(93%)}.toast__img_con{border:1px solid #dfdfdf;border-radius:50%;padding:7px}.toast__img_con img{display:block;height:16px;min-width:16px;-o-object-fit:cover;object-fit:cover;width:16px}.toast__content{flex:1}.toast__content .toast_heading{color:#1c1c1c;font-weight:700;margin-bottom:4px}.toast__content .toast_content{color:#6d6d6d;line-height:1.4;margin:0}.toast .toast_btn{background:transparent;border:1px solid #484848;border-radius:50%;cursor:pointer;height:16px;position:absolute;right:21px;top:17px;transition:all .2s ease;width:16px}.toast .toast_btn:hover{background:#f5f5f5}.toast .toast_btn:before{background:url(https://s3-storage.marmattheo.com/dbrss/dev/images/icons/icon_close.svg);background-position:50%;background-size:cover;content:"";filter:brightness(0) saturate(100%) invert(26%) sepia(0) saturate(0) hue-rotate(204deg) brightness(99%) contrast(90%);height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.toast-enter-active,.toast-leave-active{transition:all .5s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(100%)}.toast-move{transition:transform .5s ease}
