@font-face {
    font-family: 'ArialRoundedMTBold';
    src: url('../fonts/arlrdbd-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/arlrdbd-webfont.woff') format('woff'),
    url('../fonts/arlrdbd-webfont.ttf') format('truetype'),
    url('../fonts/arlrdbd-webfont.svg#arlrdbd-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.modal-header {
  padding: 5px 15px;
  border-bottom: none;
}

.textareacont {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0;
}

textarea {
  resize: none;
  overflow: hidden;
  font-family: "ArialRoundedMTBold";
}

.txtarea {
  width: 100%;
  /* height: auto; */
  margin: 0;
  border-color: rgba(255, 255, 255, 0);
  /* padding: 10px; */
  min-width: 150px;
  min-height: 80px;
  margin-bottom: 20px;
  outline: none !important;
  overflow: auto;
  font-size: 18px;
  background-color: #f8f8f8;
}

.feedback__btn {
  border: none;
  background-color: #3185d8;
  padding: 16px 25px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-in-out;
  outline: none;
  font-family: "ArialRoundedMTBold";
  font-size: 16px;
}

.feedback__btn:hover {
  background-color: #3e8fdf;
}

.feedback__btn_pause {
  border: none;
  background-color: #d89531;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-in-out;
  outline: none;
  font-family: "ArialRoundedMTBold";
  font-size: 20px;
}

.feedback__btn_pause:hover {
  background-color: #dfac3e;
}

.feedback__btn_stop {
  border: none;
  background-color: #d83131;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-in-out;
  outline: none;
  font-family: "ArialRoundedMTBold";
  font-size: 20px;
}

.feedback__btn_stop:hover {
  background-color: #df3e46;
}

.mod-title {
  font-weight: 600;
}
h3.mod-title {
  margin-top: 0px;
}
h4.mod-title{
  margin-bottom: 20px;
  font-weight: 400;
}
.modal-body {
  padding: 0 40px 20px 40px;
}

.alignCenter {
  text-align: center;
}

.mod-button {
  margin: auto;
}

#stop-recording,
#preview-message,
#congo {
  display: none;
}

.padd {
  padding: 25px;
}
ol{
    padding-left: 0;
    margin-top: 20px;
}
.input-feilds {
    border: 2px solid #d9d9d9;
    padding: 15px;
    border-radius: 7px;
    color: grey;
    font-size: 18px;
    outline: none;
    margin-bottom: 15px;
    width: 100%;
}

.btn {
  color: #000;
  padding: 17px 60px;
  font-size: 18px;
  background-color: transparent;
}

.btn:hover {
  background-color: #f0f0f0;
}

.audioDiv {
  background-color: #3e8fdf;
  margin: 30px 40px;
  height: 60px;
  border-radius: 10px;
}

.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0 24px;
  width: 100%;
  height: 70px;
  align-items: center;
  border: 1px solid #3e8fdf;
  border-radius: 7px;
  background: #3e8fdf;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  border: none;
}

.audioplayer-time-duration {
  display: none;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #fff;
}

.audioplayer-volume {
  display: none;
}

.audioplayer-time {
  color: #fff;
}

.card {
  background-color: #f8f8f8;
  padding: 10px 15px;
}

#data-content,
#span-content {
  display: none;
}

ul {
  list-style: none;
}

#controls button {
  margin: 10px;
}

button:disabled {
  display: none;
}

.btn-message:disabled {
  display: block
  }
button div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-message {
    border: none;
    background-color: #3185d8;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .3s ease-in-out;
    outline: none;
    font-family: 'ArialRoundedMTBold';
    font-size: 16px;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
}

.btn-message:hover {
    background-color: #3e8fdf;
    color: #fff;
}

.btn-record {
    border: none;
    background-color: #607D8B;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all .3s ease-in-out;
    outline: none;
    font-family: 'ArialRoundedMTBold';
    font-size: 16px;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
}

.btn-record:hover {
    background-color: #546f7c;
    color: #fff;
}

#preRecordMsg{
    font-size: 20px;
    font-weight: 700;
    color: #3F51B5;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    padding: 15px;
    /* background-color: #e8ebfc; */
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .modal-body {
        padding: 0 25px 20px 25px;
    }
  }

  .sd-content ol {
    padding-left: 40px !important;
  }

  .sd-content ul {
      list-style-type: circle !important;
  }
  .sd-content a span {
    color: #337ab7 !important;
  }