
.ms-modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 100000;
  display:flex; align-items:center; justify-content:center; padding:20px;
}
.ms-modal {
  width:min(860px,92vw); max-height:85vh; overflow:auto; background:#fff; color:#222;
  border-radius:14px; box-shadow:0 24px 60px rgba(0,0,0,.25);
}
.ms-modal-header { display:flex; justify-content:space-between; align-items:center; padding:14px 16px; border-bottom:1px solid #ececf2; }
.ms-modal-body { padding:16px; }
.ms-close { cursor:pointer; display:inline-flex; width:34px; height:34px; align-items:center; justify-content:center; border-radius:8px; background:#55555e; color:#fff; font-weight:700; }
.ms-tools-search { width:100%; box-sizing:border-box; padding:10px 12px; border:1px solid #d8dbe6; border-radius:10px; margin-bottom:12px; }
.ms-list-item { display:flex; justify-content:space-between; gap:12px; align-items:flex-start; padding:12px; border:1px solid #e6e8ef; border-radius:12px; margin-bottom:10px; background:#fff; }
.ms-list-title { font-size:14px; font-weight:700; color:#222; }
.ms-list-meta { font-size:12px; color:#6a6d78; margin-top:4px; }
.ms-list-desc { font-size:13px; color:#333; margin-top:6px; line-height:1.4; }
.ms-btn { appearance:none; border:1px solid #d4d7e2; border-radius:10px; background:#fff; color:#222; padding:9px 12px; font-size:12px; font-weight:700; cursor:pointer; }
.ms-btn:hover { background:#f3f5fb; }
.ms-btn--primary { background:#0c1833; border-color:#0c1833; color:#fff; }
.ms-btn--primary:hover { background:#152347; border-color:#152347; }
.ms-toolbar-btn { margin-left:8px; }
.ms-empty { padding:18px; border:1px dashed #d8dbe6; border-radius:12px; background:#fafbff; color:#6a6d78; font-size:13px; }
.ms-modal-toolbar { display:flex; gap:10px; align-items:center; margin-bottom:12px; }
.ms-modal-toolbar .ms-btn { flex:0 0 auto; }


.ms-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}
.ms-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#55555e;color:#fff;cursor:pointer;font-size:22px;line-height:1;font-weight:700;flex:0 0 36px}
.ms-close:hover{background:#3f4047}
