.tfp-iconpicker-choose {
  width: 60px;
  height: 26px;
  background-color: #0066ff;
  color: #ffffff;
  margin-bottom: 10px;
  margin-left: calc(50% - 30px);
  border: 0px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  display: block;
}

.tfp-iconpicker-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
}