.VueHotToast__checkmark{width:20px;opacity:0;height:20px;border-radius:10px;background:#61d345;position:relative;transform:rotate(45deg);animation:checkmarkCircleAnimation .3s cubic-bezier(.175,.885,.32,1.275) forwards;animation-delay:.1s}.VueHotToast__checkmark:after{content:"";box-sizing:border-box;animation:checkmarkAnimation .2s ease-out forwards;opacity:0;animation-delay:.2s;position:absolute;border-right:2px solid;border-bottom:2px solid;border-color:#fff;bottom:6px;left:6px;height:10px;width:6px}@keyframes checkmarkCircleAnimation{0%{transform:scale(0) rotate(45deg);opacity:0}to{transform:scale(1) rotate(45deg);opacity:1}}@keyframes checkmarkAnimation{0%{height:0;width:0;opacity:0}40%{height:0;width:6px;opacity:1}to{opacity:1;height:10px}}.VueHotToast__error{width:20px;opacity:0;height:20px;border-radius:10px;background:#ff4b4b;position:relative;transform:rotate(45deg);animation:errorCircleAnimation .3s cubic-bezier(.175,.885,.32,1.275) forwards;animation-delay:.1s}.VueHotToast__error:after,.VueHotToast__error:before{content:"";animation:errorFirstLineAnimation .15s ease-out forwards;animation-delay:.15s;position:absolute;border-radius:3px;opacity:0;background:#fff;bottom:9px;left:4px;height:2px;width:12px}.VueHotToast__error:before{animation:errorSecondLineAnimation .15s ease-out forwards;animation-delay:.18s;transform:rotate(90deg)}@keyframes errorCircleAnimation{0%{transform:scale(0) rotate(45deg);opacity:0}to{transform:scale(1) rotate(45deg);opacity:1}}@keyframes errorFirstLineAnimation{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes errorSecondLineAnimation{0%{transform:scale(0) rotate(90deg);opacity:0}to{transform:scale(1) rotate(90deg);opacity:1}}.VueHotToast__loading{width:12px;height:12px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:#0000001a;border-right-color:#0009;animation:loadingRotate 1s linear infinite}@keyframes loadingRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VueHotToast__toast-container{font-family:Helvetica,sans-serif;position:fixed;z-index:9999;margin:10px;overflow:visible;display:flex;flex-direction:column;align-items:center;padding-top:12px;gap:12px;pointer-events:none}.VueHotToast__toast{display:flex;justify-content:center;align-items:center;background:#fff;color:#101010;box-shadow:0 2px 2px #10182822;min-width:200px;max-width:1200px;padding:14px 8px;border-radius:8px;cursor:pointer;pointer-events:auto;text-overflow:ellipsis}.VueHotToast__icon{margin-right:12px}.VueHotToast__top-left{top:0;left:0}.VueHotToast__top-center{top:0;left:50%;transform:translate(-50%)}.VueHotToast__top-right{top:0;right:0}.VueHotToast__bottom-left{bottom:0;left:0}.VueHotToast__bottom-center{bottom:0;left:50%;transform:translate(-50%)}.VueHotToast__bottom-right{bottom:0;right:0}.VueHotToast__middle-center{top:50%;left:50%;transform:translate(-50%,-50%)}
