
#sgw631GlobalDeleteModal.sgw631-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  background:rgba(0,12,28,.70)!important;
  backdrop-filter:blur(2px)!important;
}

.sgw631-dialog{
  width:min(760px,96vw)!important;
  max-height:88vh!important;
  overflow:hidden!important;
  border:1px solid rgba(86,170,238,.55)!important;
  border-radius:15px!important;
  background:#06213c!important;
  color:#eaf5ff!important;
  box-shadow:0 24px 80px rgba(0,0,0,.48)!important;
  display:flex!important;
  flex-direction:column!important;
}

.sgw631-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:15px!important;
  padding:16px 18px!important;
  border-bottom:1px solid rgba(98,164,221,.25)!important;
}

.sgw631-head h2{
  margin:0!important;
  font-size:20px!important;
  font-weight:900!important;
}

.sgw631-close{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:#d8edff!important;
  font-size:23px!important;
  cursor:pointer!important;
}

.sgw631-body{
  padding:14px 18px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
}

.sgw631-count{
  font-size:13px!important;
}

.sgw631-list{
  min-height:120px!important;
  max-height:43vh!important;
  overflow:auto!important;
  border:1px solid rgba(89,165,228,.32)!important;
  border-radius:9px!important;
  background:#03192e!important;
}

.sgw631-client-row{
  display:grid!important;
  grid-template-columns:75px minmax(0,1fr)!important;
  gap:9px!important;
  padding:7px 9px!important;
  border-bottom:1px solid rgba(89,165,228,.12)!important;
  font-size:11px!important;
}

.sgw631-client-row:last-child{
  border-bottom:0!important;
}

.sgw631-client-id{
  color:#7dc4ff!important;
  font-weight:800!important;
}

.sgw631-client-name{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.sgw631-warning{
  border:1px solid rgba(241,193,0,.55)!important;
  border-radius:9px!important;
  padding:11px 12px!important;
  background:#5a4500!important;
  color:#fff1b3!important;
}

.sgw631-warning b,
.sgw631-warning span{
  display:block!important;
}

.sgw631-warning b{
  font-size:11px!important;
  margin-bottom:3px!important;
}

.sgw631-warning span{
  font-size:10px!important;
}

.sgw631-actions{
  display:flex!important;
  justify-content:flex-end!important;
  gap:8px!important;
  padding:12px 18px!important;
  border-top:1px solid rgba(98,164,221,.25)!important;
}

.sgw631-actions button{
  min-height:34px!important;
  padding:0 13px!important;
  border-radius:8px!important;
  font-weight:900!important;
  cursor:pointer!important;
}

.sgw631-cancel{
  border:1px solid #315777!important;
  background:#123451!important;
  color:#eaf5ff!important;
}

.sgw631-confirm{
  border:1px solid #ff6262!important;
  background:#e03636!important;
  color:#fff!important;
}

.sgw631-confirm:disabled{
  opacity:.65!important;
  cursor:wait!important;
}

@media(max-width:620px){
  #sgw631GlobalDeleteModal.sgw631-overlay{
    padding:8px!important;
  }

  .sgw631-dialog{
    width:100%!important;
    max-height:95vh!important;
  }

  .sgw631-head h2{
    font-size:17px!important;
  }

  .sgw631-list{
    max-height:48vh!important;
  }

  .sgw631-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
  }
}
