.alert{width:100%;background:#0000001a;z-index:9999;display:flex;align-items:center;border-radius:12px;padding:10px 15px;gap:5px}.alert .message{border:0;padding:0;margin:0}.alert.inline{margin-bottom:15px}.alert:not(.inline){position:fixed;top:40px;max-width:400px;left:50%;transform:translate(-50%)}.alert .icon{background:#fff3;height:32px;width:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:10px;color:#fff!important}.alert.success{background:#088d3ee6;border:1px solid #088d3e;color:#fff}.alert.error{background:#fa5252e6;border:1px solid #FA5252;color:#fff}.alert.info{background:#1e638fe6;border:1px solid #1e638f;color:#fff}.alert.warning{background:#cf4e00e6;border:1px solid #cf4e00;color:#fff}
