.user-input-div {
  width: 100%;
  min-width: min(350px, 100%);
  max-width: 350px;
  min-height: 60px;
  background: transparent;
  border-top: 1.5px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.language-text-input-container {
  flex-grow: 1;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.send-record-buttons-container {
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 57px;
  max-width: 57px;
}

#language-toggle {
  margin-left: 14px;
  margin-right: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

#language-toggle:focus {
  outline: 2px solid #908f8f; 
  outline-offset: 2px;
  border-radius: 5px;
}

#language-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

#language-icon:hover #lan-icon-path-encloser{
  fill: #414141;
}

#language-toggle:disabled #lan-icon-path-encloser {
  fill: #929292;
}

#user-input {
  flex-grow: 1;
  max-width: 233px;
  height: 35px;
  max-height: 70px;
  margin: 0px;
  padding-top: 6px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 12px;
  border: none;
  resize: none;
  outline: none;
  overflow-y: auto;
  background-color: #EBEDF0;
}

#user-input:focus-visible {
  outline: 2px solid #1f5fbf;
  outline-offset: 2px;
}

#user-input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

#user-input:disabled ~ .input-char-count {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

#user-input::placeholder {
  color: #646464;
  opacity: 1;
}

#socian_stt_start:hover #socian_stt_start_1 {
  stroke: #414141;
}

#socian_stt_start:hover #socian_stt_start_2 {
  fill: #414141;
}

.cursor-pointer {
  cursor: pointer;
}

.stop-recoding-button {
  width: 30px;
  height: 30px;
  animation: pulse 0.5s infinite alternate;
  display: none;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

textarea::placeholder {
  text-align: center;
}

#bangla--suggestion_user-input {
  top: auto !important;
  left: auto !important;
  bottom: 62px !important;
  right: 200px !important;
}

.input-char-count {
  position: absolute;
  bottom: 12px;
  right: 57px;
  font-size: 12px;
  color: black;
  padding: 5px;
  background: transparent;
}

.record-img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recording-button {
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.recording-button:hover #recording-button-svg-path-one,
.recording-button:hover #recording-button-svg-path-two{
  fill: #414141;
}

.recording-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.send-message-button {
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.send-message-button:hover #send-message-button-svg-path {
  fill: #414141;
}

.send-message-button:disabled {
  cursor: not-allowed;
}
