.text-color-picker {
  position: relative;
  display: inline-block;
}

.text-color-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.text-color-input {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 100;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.has-text_color_red {
    color: #e53935;
}

.has-text_color_blue {
    color: #1e88e5;
}

.has-text_color_green {
    color: #43a047;
}

.has-text_color_orange {
    color: #fb8c00;
}

.has-text_color_purple {
    color: #8e24aa;
}
