.ns-check-wrap{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:4px 8px;
  border:1px solid #cbd5e1;
  border-radius:999px;
  background:#fff;
  font-size:13px;
  color:#475569;
  cursor:pointer;
  user-select:none;
}

.ns-check-circle{
  width:16px;
  height:16px;
  border:1.8px solid #94a3b8;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  line-height:1;
  color:transparent;
  background:#fff;
}

.ns-check-wrap.is-checked .ns-check-circle{
  color:#166534;
  border-color:#22c55e;
  background:#dcfce7;
}

.ns-check-wrap.is-checked{
  color:#166534;
  border-color:#86efac;
  background:#f0fdf4;
}
