.mic-Recorder .recordBtn {
  display: block !important;
  width: 295px !important;
  margin: 0 auto;
  height: 40px !important;
  border: 1px solid #1989e9 !important;
}
.mic-Recorder .recordBtn .mic-btn {
  background-color: #108ee9;
}
.mic-Recorder .recordBtn .loadingHolder span {
  background-color: #46b1e9;
}
.mic-Recorder .recordBtn:not(.disabled):hover .mic-btn {
  background-color: #46b1e9;
}
.mic-Recorder .recordBtn.loading,
.mic-Recorder .recordBtn.disabled {
  border-color: #ddd !important;
}
.mic-Recorder .recordBtn.loading .mic-btn,
.mic-Recorder .recordBtn.disabled .mic-btn {
  background-color: #f5f5f5 !important;
}
.mic-Recorder .apiRes {
  color: #ff565b;
  word-break: break-all;
  font-size: 16px;
  margin: 10px;
}
.mic-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 100px;
}
.mic-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.mic-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aaa;
}
.mic-Button {
  display: inline-block;
  position: relative;
  border: 1px solid #03b3b3;
  border-radius: 4px;
  overflow: hidden;
}
.mic-Button .mic-btn-counter {
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #fc744f;
  color: #fff;
  border-radius: 100%;
  z-index: 1;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
}
.mic-Button .loadingHolder {
  visibility: hidden;
  width: 104px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -52px;
}
.mic-Button .loadingHolder span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  background: #02c7c7;
  -webkit-transform-origin: right bottom;
  -webkit-animation: load 1s ease infinite;
}
.mic-Button .loadingHolder span:last-child {
  margin-right: 0;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(0.3);
  }
}
.mic-Button .loadingHolder span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}
.mic-Button .loadingHolder span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}
.mic-Button .loadingHolder span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}
.mic-Button .loadingHolder span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}
.mic-Button .loadingHolder span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}
.mic-Button .mic-btn:hover {
  background-color: #02c7c7;
}
.mic-Button .mic-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: #03b3b3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mic-Button.loading .loadingHolder {
  z-index: 1;
  visibility: visible;
}
.mic-Button.loading::before {
  background-color: rgba(248, 248, 248, 0.5);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.mic-Button.loading,
.mic-Button.disabled {
  cursor: not-allowed;
  border: 1px solid #DDD;
}
.mic-Button.loading .mic-btn,
.mic-Button.disabled .mic-btn {
  cursor: not-allowed;
  background-color: #F5F5F5;
  color: #ACA899;
}
.mic-Button.default {
  width: 166px;
  height: 40px;
}
.mic-Button.default .mic-btn {
  font-size: 14px;
}
.mic-Button.small {
  width: 100px;
  height: 30px;
}
.mic-Button.small .mic-btn {
  font-size: 12px;
}
.mic-Button.large {
  height: 50px;
  width: 100%;
  font-size: 20px;
}
.mic-Button.large .mic-btn {
  font-size: 16px;
}
