
.license-status {
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}

.license-status.active {
  color: #ffffff;
  background-color: #4caf50;
}

.license-status.inactive {
  color: #ffffff;
  background-color: #f44336;
}

.license-input {
  max-width: auto;
  width: 25%;
}