
.orw-basic-shield{
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.orw-basic-shield *{
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.orw-basic-shield::selection,
.orw-basic-shield *::selection{
  background: transparent !important;
}

.orw-kill-overlay{
  position: fixed;
  inset: 0;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2147483647;
  padding: 24px;
  text-align: center;
}
.orw-kill-box{
  max-width: 780px;
  border: 3px solid #e11d48;
  padding: 24px;
  border-radius: 14px;
}
.orw-kill-title{
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}
.orw-kill-msg{
  font-size: 18px;
  line-height: 1.8;
}
