.modal-dialog{z-index:1000}.modal-dialog .modal-dialog-backdrop{background-color:#f2f5f7b3}.modal-dialog .modal-dialog-panel{border-radius:12px;max-width:1200px;box-shadow:0 4px 4px #00000040;max-height:90vh;overflow:hidden}.modal-dialog .modal-dialog-body{border:solid #E7E9ED;border-width:1px 0 1px 0;max-height:calc(90vh - 200px);overflow-y:auto}.modal-dialog form{margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-loading{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-loading .modal-loading-content{background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 0 10px #0000004d;text-align:center}.modal-loading .modal-loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 10px}.modal-loading .modal-loading-message{font-size:16px;font-weight:700;color:#333}
