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