:root{--neutral-100:#f5f5f5;--neutral-200:#e5e5e5;--neutral-600:#525252;--green-500:#2ec011;--green-700:#0b8e21;--red-500:#da3939;--red-700:#a72727;--yellow-500:#ded416}@keyframes show-alert{from{opacity:0;display:none}to{opacity:1;display:flex}}@keyframes hide-alert{from{opacity:1;display:flex}to{opacity:0;display:none}}.qaemtoastcontainer{top:24px;z-index:999;right:24px;direction:rtl;position:fixed;flex-direction:column;animation:show-alert .3s forwards}.qaemtoast{gap:24px;display:flex;min-width:320px;overflow:hidden;max-width:332px;position:relative;font-size:16px;line-height:1.8;margin-bottom:8px;border-radius:12px;background:#fff;color:var(--neutral-600);padding:12px 52px 20px 12px;box-shadow:0 0 12px 0 rgba(0,0,0,0.15)}.qaemtoast::before{top:50%;content:"";height:60%;right:24px;width:4px;display:block;position:absolute;border-radius:4px;transform:translateY(-50%);background-color:var(--green-500)}.qaemtoast.success::before{background:var(--green-500)}.qaemtoast.error::before{background:var(--red-500)}.qaemtoast.warning::before{background:var(--yellow-500)}.qaemtoast-title{font-weight:700;margin-bottom:4px}.qaemtoast.success .qaemtoast-title{color:var(--green-500)}.qaemtoast.error .qaemtoast-title{color:var(--red-500)}.qaemtoast.warning .qaemtoast-title{color:var(--yellow-500)}.qaemtoast.close{animation:hide-alert .3s 3s forwards}.qaemtoast-icon svg{top:16px;left:16px;width:16px;cursor:pointer;position:absolute;transition:all .3s;fill:var(--neutral-600)}.qaemtoast-icon svg:hover{fill:var(--red-500)}.qaemtoast-timer-bar{right:0;bottom:-1px;width:100%;content:"";display:block;height:5px;position:absolute;transition:all .3s ease-out;background-color:var(--green-500)}.qaemtoast.error .qaemtoast-timer-bar{background-color:var(--red-500)}.qaemtoast.warning .qaemtoast-timer-bar{background-color:var(--yellow-500)}.qaemalertcontainer{top:0;right:0;z-index:999;width:100%;height:100%;display:flex;position:fixed;overflow:hidden;align-items:center;justify-content:center;background:rgba(0,0,0,0.4);animation:show-alert .3s forwards}.qaemalertcontainer.close{animation:hide-alert .3s forwards}.qaemalert{width:420px;display:flex;padding:48px;font-size:16px;text-align:center;background:#fff;align-items:center;border-radius:16px;flex-direction:column;box-shadow:0 0 4.8rem 0 rgba(0,0,0,0.15)}.qaemalert-titlebox{display:flex;font-weight:700;align-items:center;flex-direction:column}.qaemalert-icon-box{width:120px;height:120px;display:flex;color:#fff;margin-bottom:16px;align-items:center;border-radius:120px;justify-content:center;background:var(--green-500)}.qaemalert-icon-box.warning{background:var(--red-500)}.qaemalert-icon svg{fill:#fff;width:64px}.qaemalert-title{font-size:20px;margin-bottom:20px;color:var(--green-500)}.qaemalert-title.warning{color:var(--red-500)}.qaemalert-contentbox{margin-bottom:32px;color:var(--neutral-600)}.qaemalert-actionbox{gap:12px;display:flex;justify-content:center}.qaemalert-btn{border:none;cursor:pointer;background:none;padding:4px 24px;border-radius:48px;transition:all .3s}.qaemalert-btn.confirm{color:#fff;background:var(--green-500)}.qaemalert-btn.confirm.warning{background:var(--red-500)}.qaemalert-btn.confirm.success:hover{background:var(--green-700)}.qaemalert-btn.confirm.warning:hover{background:var(--red-700)}.qaemalert-btn.close{color:var(--neutral-600);background:var(--neutral-100)}.qaemalert-btn.close:hover{background:var(--neutral-200)}@media screen and (max-width: 992px){.qaemalert{width:50%}}@media screen and (max-width: 710px){.qaemalert{width:85%}}@media screen and (max-width: 570px){.qaemalert{padding:32px;font-size:14px}.qaemalert-title{font-size:16px}.qaemtoastcontainer{right:50%;top:40px;transform:translateX(50%)}}