.modal-mask{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.35);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-wrapper{width:92%;max-width:1200px}.modal-container{background:#fff;border-radius:6px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.33);box-shadow:0 2px 8px rgba(0,0,0,.33);overflow:hidden}.modal-footer,.modal-header{padding:10px 14px}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #eee}.modal-body{max-height:80vh;overflow:auto;padding:10px 14px}.btn{background:#fd7e14;color:#fff;border:none;padding:8px 14px;font-weight:600;border-radius:4px;cursor:pointer}.btn.secondary{background:#6c757d}