.vpn-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.vpn-status-online {
  background: #e6f7ed;
  color: #147a3d;
}

.vpn-status-offline {
  background: #fdecec;
  color: #b42318;
}/* CSS Document */

