.replication-dialog{width:min(1220px,calc(100vw - 28px))}
.replication-grid{border:1px solid #ccd9d5;border-radius:9px;background:#f8faf9;overflow:hidden}
.replication-grid[hidden]{display:none}
.replication-grid-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;border-bottom:1px solid #dce6e3;color:#27443e}
.replication-grid-head span{font-size:12px;color:#6c7b77}
.replication-grid-shell{max-height:330px;overflow:auto;background:#fff}
.replication-grid table{min-width:1050px;font-size:12px}
.replication-grid th{position:sticky;top:0;z-index:2;padding:9px 8px}
.replication-grid td{padding:7px 8px;min-width:130px}
.replication-grid td:first-child{min-width:260px;max-width:320px;font-weight:700;position:sticky;left:0;background:#fff;z-index:1}
.replication-grid input,.replication-grid select{width:100%;min-width:120px;border:1px solid #ccd9d5;border-radius:6px;padding:8px;font:inherit;background:#fff;color:#20312d}
.replication-grid input[type="date"]{min-width:145px}
.replication-grid input[type="number"]{min-width:90px}
.replication-grid .replication-empty{text-align:center;color:#6c7b77;padding:24px;position:static;max-width:none}
@media(max-width:680px){.replication-grid-head{align-items:flex-start;flex-direction:column}.replication-dialog form{padding:16px}}
