.custom-fields-text-directive-label {
  font-size: 11pt;
  color: rgba(var(--primary-color));
  align-items: center;
}

.custom-fields-text-directive {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.custom-fields-text-directive md-input-container {
  display: flex;
  flex: 1;
  width: 100%;
}

.custom-fields-text-directive .md-button {
  min-width: 0;
}

.custom-fields-text-directive .custom-fields-text-directive-layout-label {
  display: flex;
  flex: 1;
}
