/*!
 *  build: MAIL 
 *  copyright: neverdown.cc 
 *  time: 2025-12-17 09:17:41
 */.component-base-modal{width:0;height:0;pointer-events:none}.component-base-modal .mask{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.4)!important;z-index:1001;opacity:0;transition:opacity .2s ease-in-out}.component-base-modal .content-wrapper{position:fixed;width:auto;height:auto;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);z-index:1002;background-color:#fff;border-radius:4px;overflow:hidden;transition:all .2s ease-in-out;box-shadow:0 9px 15px 0 rgba(0,0,0,.15)}.component-base-modal .content-wrapper .header{height:54px;line-height:54px;background:#f6f7fb;text-align:center;color:#3e3e3e;font-size:16px;font-weight:700;position:relative}.component-base-modal .content-wrapper .header .btn-close{position:absolute;right:0;top:0;width:52px;height:100%;cursor:pointer}.component-base-modal .content-wrapper .header .btn-close i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:16px;color:#8c8c8c;transition:color .2s linear}.component-base-modal .content-wrapper .header .btn-close:hover i{color:#3e3e3e}.component-base-modal .content-wrapper .btn-close-alone{position:absolute;right:17px;top:17px;width:18px;height:18px;line-height:17px;text-align:center;cursor:pointer;padding:0;border-radius:50%;background-color:#8c8c8c;transition:all .2s linear;margin:0}.component-base-modal .content-wrapper .btn-close-alone i{font-size:12px;color:#fff}.component-base-modal .content-wrapper .btn-close-alone:hover{background-color:#9e2b5a}.component-base-modal-activated{pointer-events:all}.component-base-modal-activated .mask{opacity:1}.component-base-modal-activated .content-wrapper{transform:translate(-50%,-50%) scale(1)}