.espaco-space {
  display: inline-block;
  min-width: 20px;
}

.textarea-wrapper {
  position: relative;
}

#resultado {
  position: relative;
  z-index: 2;
  background: #ffffff !important;
  color: #111111 !important;
  border-color: #495057 !important;
}

#barra {
  position: absolute;
  bottom: 8px;
  left: 10px;
  height: 6px;
  background: #f49d16;
  width: 0%;
  border-radius: 4px;
  transition: width 0.3s ease;
  z-index: 3;
  pointer-events: none;
}