.voice-form, .voice-form--del, .voice-form--add, .voice-form--close, .voice-form--open {
  border-radius: 10px;
  box-shadow: 5px 5px 5px #00000028;
}
.voice-form--open {
  background-color: #e6f3ff;
}
.voice-form--close {
  background-color: #c0c0c0;
}
.voice-form--add {
  background-color: #ffffe6;
}
.voice-form--del {
  background-color: #ff9898;
}

.voice-icon {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold !important;
  font-size: 1rem;
}

.btn-voice-delete {
  position: absolute;
  right: 20px;
  top: 10px;
  border-radius: 25px;
  background-color: #ee4c4c;
  padding: 5px 9px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.btn-voice-delete:hover {
  background-color: #da0000;
}

.voice-area {
  height: 80px !important;
}
