html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.field-validation-error{
    color: firebrick;
}

.k-dropzone-hint{
    color: #333333 !important;
}
.skiptranslate{
    overflow:auto;
}




voicerecordbutton {
    animation-name: none;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.inputcontainer {
    position: relative;
    display: inline-block;
}

.microphone-icon {
    position: relative;
    float: left;
    padding-left:200px;
    top: -50px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.microphone-icon.fa-lg {
    font-size: 42px; /* Adjust the size as needed */
}

@media (max-width: 767px) {
    .microphone-icon {
        padding-left: 50px;
    }
}