.speech-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.speech-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 35px;
  border: 1px solid #888;
  width: 400px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.mic-container {
  margin-bottom: 15px;
}

.fa-microphone {
  font-size: 50px;
  cursor: pointer;
  color: #00565F;
}

.fa-microphone.recording {
  color: red;
}

.speech-text {
  font-size: 16px;
  color: #333;
}

.speech-close-btn {
  position: absolute;
  top: 00px;
  right: 10px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
}

.cmn_btn_speech {
  background-color: #00565F;
  padding: 10px 25px !important;
  border-radius: 50px;
  color: #ffffff !important;
  text-transform: capitalize;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .cmn_btn_speech {
    display: none;
  }
}
