.error-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.295);display:flex;align-items:center;justify-content:center;z-index:9999!important;isolation:isolate}.error-modal-overlay .error-modal-container{background:white!important;border-radius:8px!important;padding:2rem!important;width:100%!important;max-width:500px!important;box-shadow:0 4px 12px rgba(0,0,0,.2)!important}.error-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.error-modal-header h2{margin:0}.error-modal-body label{font-weight:700;margin-top:1rem;display:block}.error-modal-body input,.error-modal-body select,.error-modal-body textarea{width:100%;padding:.75rem;margin-top:.3rem;border-radius:4px;border:1px solid #ccc}.error-modal-footer{display:flex;justify-content:flex-end;margin-top:1.5rem}.submit-btn{background:#ff6700;color:white;padding:.6rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;margin-right:1rem}.cancel-btn{background:transparent;border:none;color:#555}.cancel-btn,.close-btn{cursor:pointer}