.boxAlert-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;z-index:9999}.boxAlert-body{margin:15px;padding:15px 0 0 0;background:#fff;width:auto;min-width:280px;max-width:90%;text-align:center;border-radius:14px;box-shadow:0 4px 15px rgba(0,0,0,.2);position:relative;max-height:90vh;overflow-y:auto;box-sizing:border-box}.boxAlert-content{padding:0 10px 0}.boxAlert-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#ddd;border-radius:0 0 14px 14px;overflow:hidden}.boxAlert-progress-bar{height:100%;background:#007aff;width:100%}@keyframes progressBarCountdown{from{width:100%}to{width:0%}}.boxAlert-close{position:absolute;display:flex;align-items:center;justify-content:center;top:10px;right:10px;width:25px;height:25px;cursor:pointer;border-radius:50%;background:#fff;box-shadow:0 0 8px rgb(163 173 185 / 70%);transition:box-shadow .3s}.boxAlert-close:hover{box-shadow:0 0 12px #007aff}.boxAlert-close svg{width:15px;height:15px;fill:#666}.boxAlert-icon{width:60px;height:60px;border-radius:50%;background:0 0;border:2px solid #f1f1f1;display:flex;align-items:center;justify-content:center;margin:0 auto 5px;overflow:hidden;animation:pulse 1s ease-out 2}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.boxAlert-icon img,.boxAlert-icon svg{width:70%;height:70%;object-fit:contain}.boxAlert-title{font-size:16px;font-weight:600;margin:0 0 5px 0}.boxAlert-text{font-weight:100;font-size:14px;color:#333;margin:0}.boxAlert-form{display:flex;flex-direction:column;align-items:stretch;padding:0 5px;gap:8px}.boxAlert-form-field{display:flex;flex-direction:column;justify-content:start;align-items:start;position:relative;width:100%;box-sizing:border-box}.boxAlert-label{margin:0 0 5px 0;font-size:15px;font-weight:500;color:#000;text-align:left}.boxAlert-input{width:100%;height:40px;padding:6px 8px;font-size:13px;border:1px solid #d1d1d1;border-radius:8px;background:#fafafa;box-sizing:border-box}.boxAlert-input:focus{border-color:#007aff;background:#fff;box-shadow:0 0 6px rgba(0,122,255,.3);outline:0}.boxAlert-form-field select,.boxAlert-form-field textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fafafa url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMS41TDYgNi41TDExIDEuNSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") no-repeat right 8px center;padding-right:30px}.boxAlert-form-field textarea{min-height:60px;resize:vertical;background:#fafafa}.boxAlert-form-field input[type=checkbox]{width:20px;height:20px;resize:vertical;background:#fafafa}.boxAlert-form-field.checkbox,.boxAlert-form-field.radio{flex-direction:row;align-items:center}.boxAlert-form-field.checkbox label,.boxAlert-form-field.radio label{margin:0 0 0 3px}.boxAlert-alert{display:none;align-items:center;justify-content:start;margin:10px 5px 0 5px;padding:5px 10px;height:auto;min-height:50px;color:#842029;background-color:#f8d7da;border:1px solid #f5c2c7;border-radius:8px;box-sizing:border-box}.boxAlert-buttons{display:flex;border-top:1px solid #ddd;margin-top:13px}.boxAlert-button{flex:1;padding:10px 5px;border:none;background:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.boxAlert-button:focus{outline:0}.boxAlert-button-with-border{border-right:1px solid #ddd}.boxAlert-button:hover{background:#f5f5f5}.boxAlert-button:active{background:#f5f5f5}.boxAlert-button:disabled{opacity:.6;cursor:not-allowed}.boxAlert-loading::after{content:"";display:inline-block;width:16px;height:16px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-left:5px;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fadeIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-10px)}50%{transform:translateX(10px)}75%{transform:translateX(-10px)}100%{transform:translateX(0)}}.shake{animation:shake .5s cubic-bezier(.4,0,.2,1) forwards}.boxAlert-toast{position:fixed;z-index:9999;min-width:250px;max-width:400px;padding:10px 15px;background:rgba(255,255,255,.95);border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;pointer-events:auto}.boxAlert-toast-content{display:flex;align-items:center;gap:10px}.boxAlert-toast-icon{width:24px;height:24px;flex-shrink:0}.boxAlert-toast-icon svg{width:100%;height:100%}.boxAlert-toast-text{flex:1;font-size:14px;color:#333}.boxAlert-toast-progress{width:100%;height:3px;background:rgba(0,0,0,.1);margin-top:5px}.boxAlert-toast-progress-bar{height:100%;width:0;background:#28a745}.boxAlert-toast-top-left{top:10px;left:10px}.boxAlert-toast-top-right{top:10px;right:10px}.boxAlert-toast-top-center{top:10px;left:50%;transform:translate(-50%,-50%)}.boxAlert-toast-bottom-left{bottom:10px;left:10px}.boxAlert-toast-bottom-right{bottom:10px;right:10px}.boxAlert-toast-bottom-center{bottom:10px;left:50%;transform:translate(-50%,-50%)}.boxAlert-toast-center{top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes slideIn{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes progressBarCountdown{from{width:100%}to{width:0}}