.alert-popup{position:fixed;padding:10px;bottom:15px;left:15px;width:calc(100% - 20px);max-width:300px;min-width:150px!important;transition:.2s;background:hsla(0,0%,100%,.9058823529);border-radius:10px;box-shadow:0 3px 7px rgba(0,0,0,.0941176471);border:1px solid #fff;z-index:4;animation:show-alert .3s}.alert-popup:hover{background:#fff}.alert-popup.success{border-color:#00b84c}.alert-popup.success .alert-popup-content .icon{background-color:#00b84c}.alert-popup.info{border-color:#007fd3}.alert-popup.info .alert-popup-content .icon{background-color:#007fd3}.alert-popup.warning{border-color:#e29b00}.alert-popup.warning .alert-popup-content .icon{background-color:#e29b00}.alert-popup.error{border-color:#eb261f}.alert-popup.error .alert-popup-content .icon{background-color:#eb261f}.alert-popup .alert-popup-content{display:flex;align-items:flex-start;gap:10px}.alert-popup .alert-popup-content .icon{width:40px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#aaa;color:#fff;flex-shrink:0}.alert-popup .alert-popup-content .icon i{font-size:24px}.alert-popup .alert-popup-content .text .title{font-size:20px;height:25px;font-weight:600;display:flex;align-items:center}.alert-popup .alert-popup-content .text .description{font-size:14px;line-height:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.alert-popup .close-alert-btn{display:flex;justify-content:center;align-items:center;position:absolute;top:5px;right:5px;width:26px;aspect-ratio:1/1;border-radius:5px;font-size:14px;border:none;background-color:rgba(0,0,0,0);transition:.2s}.alert-popup .close-alert-btn .icon{color:#666}.alert-popup .close-alert-btn:hover{background-color:#e2e7f0}.alert-popup .progress-bar{position:absolute;bottom:3px;left:10px;height:3px;background-color:#888}@keyframes show-alert{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}.alert-preview{display:flex;justify-content:center}.alert-preview .alert-popup{scale:1;opacity:1;animation:unset;position:static}#rtl .alert-popup{left:unset;right:15px}#rtl .alert-popup .close-alert-btn{right:unset;left:5px}@keyframes shineStar{0%{opacity:0;transform:scale(1)}to{opacity:.7;transform:scale(1.5)}}.info-box{position:fixed;top:-100px;left:-100px;translate:-50% -50%;border-radius:7px;background-color:#fff;padding:4px 10px;font-size:14px;border:1px solid #e2e7f0;box-shadow:0 2px 3px rgba(0,0,0,.1098039216);transition:background-color .2s,border .2s;transform-origin:center center;opacity:0;animation:showInfoBox .4s .1s alternate forwards;max-width:250px;width:-moz-fit-content;width:fit-content;line-height:20px;z-index:4}@keyframes showInfoBox{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:480px){.info-box.mobile-hide{display:none}}.support-popup{max-width:400px}.support-popup .description{margin-bottom:10px}.support-popup .buttons{margin-top:20px;max-width:unset}