.diploc-vatchecker-status-wrapper {
  background: #f4f4f4;
  padding: 5px 10px;
}

.diploc-vatchecker-status-content .diploc-vatchecker-status-indicator {
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  background: #bdbdbd;
}

.diploc-vatchecker-status-content.status-invalid-format .diploc-vatchecker-status-indicator {
  background: #f7db13;
}

.diploc-vatchecker-status-content.status-valid-format .diploc-vatchecker-status-indicator {
  background: #30baef;
}

.diploc-vatchecker-status-content.status-valid-number .diploc-vatchecker-status-indicator {
  background: #a7d223;
}

.diploc-vatchecker-status-txt {
  display: inline-block;
}
