.ants-modal{position:fixed;z-index:9999;inset:0;background:rgba(0,0,0,.45);}
.ants-modal__dialog{background:#fff;max-width:900px;margin:4rem auto;padding:0;border-radius:8px;overflow:hidden;}
.ants-modal__header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e5e5e5;}
.ants-modal__tabs{display:flex;gap:8px;padding:8px 16px;border-bottom:1px solid #eee;}
.ants-modal__tabs .tab{background:#f6f7f7;border:1px solid #ccd0d4;border-radius:4px;padding:6px 10px;cursor:pointer;}
.ants-modal__tabs .tab.active{background:#fff;border-bottom-color:#fff;}
.ants-modal__body{padding:16px;}
.ants-modal .row{margin-bottom:10px;}
.ants-close{background:none;border:none;font-size:22px;cursor:pointer;}
.mail-body{border:1px solid #e5e5e5;padding:10px;border-radius:6px;background:#fcfcfc;}