.bp-wa72,
.bp-wa72 *{
  box-sizing:border-box;
}

.bp-wa72{
  width:100%;
  color:#071833;
}

.bp-wa72 h2{
  margin:0 0 7px;
}

.bp-wa72-head p{
  margin:0 0 16px;
  color:#3c506d;
  line-height:1.45;
}

.bp-wa72-status{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
  padding:14px 16px;
  border:1px solid;
  border-radius:16px;
}

.bp-wa72-status.online{
  color:#08752c;
  background:#ecfff2;
  border-color:#5ce18a;
}

.bp-wa72-status.offline{
  color:#a41515;
  background:#fff0f0;
  border-color:#ffb2b2;
}

.bp-wa72-dot{
  width:11px;
  height:11px;
  flex:0 0 11px;
  border-radius:50%;
  background:currentColor;
}

.bp-wa72-status strong,
.bp-wa72-number{
  display:block;
}

.bp-wa72-number{
  margin-top:3px;
  overflow-wrap:anywhere;
  font-size:14px;
}

.bp-wa72-mode{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:17px;
  border:1px solid #aed0ff;
  border-radius:16px;
  background:#f3f8ff;
}

.bp-wa72-mode-copy{
  min-width:0;
}

.bp-wa72-mode-copy strong,
.bp-wa72-mode-copy span,
.bp-wa72-mode-copy b{
  display:block;
}

.bp-wa72-mode-copy span{
  margin-top:4px;
  color:#27415f;
  line-height:1.4;
}

.bp-wa72-mode-copy b{
  margin-top:10px;
}

.bp-wa72-mode-copy b.system{
  color:#08752c;
}

.bp-wa72-mode-copy b.client{
  color:#075dbf;
}

.bp-wa72-switch{
  position:relative;
  width:58px;
  min-width:58px;
  height:34px;
  cursor:pointer;
}

.bp-wa72-switch input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.bp-wa72-switch span{
  position:absolute;
  inset:0;
  border-radius:999px;
  background:#91a4bf;
  transition:.18s ease;
}

.bp-wa72-switch span::after{
  content:"";
  position:absolute;
  top:4px;
  left:4px;
  width:26px;
  height:26px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.24);
  transition:.18s ease;
}

.bp-wa72-switch input:checked + span{
  background:#1db8ad;
}

.bp-wa72-switch input:checked + span::after{
  transform:translateX(24px);
}

.bp-wa72-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.bp-wa72-actions button{
  min-height:44px;
  padding:10px 17px;
  border:1px solid #bfd5f4;
  border-radius:12px;
  background:#fff;
  color:#075dcc;
  font-weight:800;
  cursor:pointer;
}

.bp-wa72-actions button.primary{
  border-color:#087cf0;
  background:linear-gradient(100deg,#087cf0,#18b5dd);
  color:#fff;
}

.bp-wa72-actions button.danger{
  border-color:#ffb6b6;
  background:#fff4f4;
  color:#b20f0f;
}

#bpWa72QrOverlay{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(8,26,50,.48);
}

#bpWa72QrModal{
  position:relative;
  width:min(520px,96vw);
  max-height:calc(100vh - 36px);
  overflow:auto;
  padding:24px;
  border-radius:22px;
  background:#fff;
  color:#071833;
  box-shadow:0 26px 80px rgba(0,0,0,.32);
  text-align:center;
}

#bpWa72QrClose{
  position:absolute;
  top:13px;
  right:13px;
  width:42px;
  height:42px;
  border:1px solid #bfd5f4;
  border-radius:50%;
  background:#f0f6ff;
  color:#075dcc;
  font-size:27px;
  font-weight:900;
  cursor:pointer;
}

#bpWa72QrModal h2{
  margin:8px 42px 8px;
}

#bpWa72QrModal p{
  color:#4d607b;
}

#bpWa72QrStatus{
  margin:15px 0;
  padding:12px;
  border-radius:12px;
  background:#eef6ff;
  color:#144b88;
  font-weight:800;
}

#bpWa72QrImage{
  display:none;
  width:min(330px,90%);
  height:auto;
  margin:14px auto 0;
  padding:10px;
  border:1px solid #d2e2f8;
  border-radius:15px;
  background:#fff;
}

@media(max-width:720px){
  .bp-wa72-mode{
    align-items:flex-start;
  }

  .bp-wa72-actions button{
    width:100%;
  }
}
