.tvcms-modal{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.tvcms-modal-backdrop{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.6)}
.tvcms-modal-content{position:relative;z-index:10000;background:#fff;padding:15px;border-radius:6px;max-width:90%;box-shadow:0 6px 24px rgba(0,0,0,0.3)}