.heading {
  height: 100%; }

main {
  flex: 1 0 auto; }

.div-frame {
  border-radius: 1rem;
  border: dashed black 0.05rem;
  background-color: #EAEAEA; }

.div-frame-2 {
  background-color: white;
  margin: 0 auto; }

.div-frame-2-border {
  border-radius: 1rem;
  border: black solid 0.15rem; }

.div-frame-2-content {
  border-radius: 1rem;
  background-color: #EAEAEA; }

.modal-footer {
  justify-content: center; }

.recorder-line {
  background: url("../../images/realtime-demo/vector_5.png") no-repeat center center; }

.spinner-wrap {
  position: relative;
  margin-top: 200px; }

.spinner-item {
  border: 1px solid red;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: zoom 2s linear 0.75s infinite; }
  .spinner-item--2 {
    animation-delay: 1.25s; }
  .spinner-item--3 {
    animation-delay: 1.75s; }

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0; }
  50% {
    opacity: 0.9; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

.info-line-1 {
  color: #dc5531;
  font-size: small;
  font-weight: 600; }

.info-line-2, .info-line-2 a {
  color: green;
  font-size: small;
  font-weight: 600; }

.info-line-2 a {
  text-decoration: none; }

.result {
  border-radius: 1rem;
  box-shadow: 2px 2px 2px 2px #888888;
  border: solid gray 0.05rem;
  overflow: auto;
  height: 100%;
  width: 100%;
  min-height: 168px;
  max-height: 168px; }

.result-wrapper {
  height: 160px;
  width: 100%; }

.result-wrapper_1 {
  height: 160px; }

.download-as {
  background-color: #e7e5e5;
  border-radius: 1rem;
  align-items: center; }

.progressBar {
  width: 200px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0px 10px 5px 5px;
  vertical-align: top; }

.progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #0ba1b5;
  border-radius: 3px; }

.statusbar {
  border-top: 1px solid #A9CCD1;
  min-height: 25px;
  width: 700px;
  padding: 10px 10px 0px 10px;
  vertical-align: top; }

.statusbar:nth-child(odd) {
  background: #EBEFF0; }

.filename {
  display: inline-block;
  vertical-align: top;
  width: 250px; }

.filesize {
  display: inline-block;
  vertical-align: top;
  color: #30693D;
  width: 100px;
  margin-left: 10px;
  margin-right: 5px; }

.abort {
  background-color: #A8352F;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  cursor: pointer;
  vertical-align: top; }

.language-model {
  align-items: center; }

.transcribe {
  color: #fff; }

.downloads-title {
  color: lightgreen;
  font-size: xx-large;
  font-weight: 600; }

.downloads-cel {
  border-radius: 1rem;
  border: lightgreen solid 1px; }

.copied-to-clipboard {
  font-size: smaller;
  font-weight: 400;
  margin-bottom: auto; }

.title-downloads-details {
  font-size: large;
  font-weight: 800; }

.modal-header {
  border: none; }

.sign_up_link {
  color: red; }

.pulse-ring {
  content: '';
  width: 85px;
  height: 85px;
  background: url("/static/images/realtime-demo/mic_red.png") no-repeat center center;
  border: 5px solid red;
  border-radius: 50%;
  animation: pulsate infinite 1.5s;
  display: inline-block; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0; } }

.audio-file-2 {
  display: none; }

.language-select {
  display: none; }

.choosed-file {
  border-radius: 1.2rem !important; }

.clear-btn {
  display: none; }

.info-text-link {
  color: green; }

.btn-chose-file {
  background-color: #CACACF;
  color: black; }

.btn-gray {
  background-color: #e7e5e5;
  color: black; }

.button-online-width {
  width: 292px;
  overflow: auto;
  word-wrap: break-word; }

.button-offline-width {
  width: 292px;
  overflow: auto;
  word-wrap: break-word; }

@media (min-width: 576px) {
  .audio-file-2 {
    display: block; }
  .language-select {
    display: block; }
  .clear-btn {
    display: block;
    margin-left: -85px !important; }
  .button-online-width {
    width: 292px; }
  .button-offline-width {
    width: 292px; } }

@media (min-width: 992px) {
  .result-wrapper_1 {
    height: unset;
    max-height: 168px; } }

/*# sourceMappingURL=realtime-demo.css.map */