.main_audio_box {
  border: 1px solid rgb(176, 174, 177);
  padding: .5em;
}

.duration-pnl-review {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #000;
  width: fit-content;
  margin: 20px 0;
}

.duration-pnl-review #duration_text {
  margin-right: 10px;
  font-weight: bolder;
}

.duration-pnl-review #timer_num {
  background: #0170b9;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  width: fit-content;
  min-width: 74px;
  text-align: center;
}

/* From Uiverse.io by arghyaBiswasDev */
/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3em;
  height: 1.5em;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #adb5bd;
  transition: .4s;
  border-radius: 30px;
}

.tutor-table-parent {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

.tutor-table-parent .toggle-label {
  font-size: 15px;
  margin-left: 8px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  border-radius: 20px;
  left: 0.27em;
  bottom: 0.2em;
  background-color: #adb5bd;
  transition: .4s;
}

input:checked+.slider {
  background-color: #11a0d2;
  border: 1px solid #11a0d2;
}

input:focus+.slider {
  box-shadow: 0 0 1px #007bff;
}

input:checked+.slider:before {
  transform: translateX(1.4em);
  background-color: #fff;
}

#audio_box_panel {
  padding: 20px;
}

.audio-panel-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.reset_spinner {
  position: absolute;
  left: -2%;
  top: -2%;
  width: 104%;
  height: 104%;
  background: white;
  z-index: 10000;
  opacity: 0.9;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

.reset_spinner>div {
  background-image: url(../images/spinner.gif);
  position: relative;
  margin: auto;
  width: 128px;
  height: 128px;
  top: 30%;
}

.audio-panel-row button {
  color: #ffffff;
  border-color: #3e64de;
  background-color: #3e64de;
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  min-width: 96px;
  text-align: center;
}

.audio-panel-row button:hover,
#downloadButton #downloadLink:hover {
  opacity: .9;
}

.audio-panel-row button.active {
  background-color: #000;
}

.audio-panel-row button:focus {
  background-color: #000;
}

.audio-panel-row svg {
  margin-right: 5px;
  color: #fff;
  transition: .3s;
  width: 10.5px;
}

.audio-panel-row button[disabled] {
  opacity: .5;
}

#downloadButton #downloadLink {
  color: #ffffff;
  border-color: #46b10c;
  background-color: #46b10c;
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: 14px;
}

.audio-panel-row #remove_audio {
  border-color: #db1b22;
  background-color: #db1b22;
}

#audio_box_panel .audio-panel-row h4 {
  font-size: 18px;
  line-height: 20px;
  color: #3e64de;
}

#audio_box_panel audio {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

.audio-panel-row button#submitButton,
.audio-panel-row button#remove_audio,
.audio-panel-row #downloadButton {
  display: none;
}

.hide-icon svg {
  opacity: 0;
  width: 0px !important;
}

/*.audio-panel-row #downloadButton{
  border: 1px solid var(--ast-global-color-0);
  border-radius: 50px;
        font-size: 14px;
        padding: 10px 20px;
    display: inline-block
}
*/




.audio-panel-row .audio-active svg {
  color: red;
  animation: 1s blinkstop infinite;
  transition: .3s;
}

@keyframes blinkstop {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}


.audio-alrdy-smbt {
  width: 100%;
}








/* Responsive Starts */

@media(max-width: 990px) {

  .audio-panel-row button#remove_audio,
  .audio-panel-row #downloadButton #downloadLink {
    font-size: 0px;
    min-width: inherit;
    text-align: center;
    min-height: 34px;
  }

  .audio-panel-row button#remove_audio svg,
  .audio-panel-row button#remove_audio i,
  .audio-panel-row #downloadButton #downloadLink svg,
  .audio-panel-row #downloadButton #downloadLink i {
    font-size: 10px;
    margin: 0px;
  }

  #downloadButton #downloadLink {
    height: 30px;
  }

}



@media(max-width: 767px) {

  .audio-panel-row button,
  .audio-panel-row #downloadButton #downloadLink {
    font-size: 0px;
    min-width: inherit;
    text-align: center;
    min-height: 34px;
    padding: 10px 15px;
  }

  .audio-panel-row button svg,
  .audio-panel-row button i,
  .audio-panel-row #downloadButton #downloadLink svg,
  .audio-panel-row #downloadButton #downloadLink i {
    font-size: 15px !important;
    margin: 0px !important;
    width: 15px;
  }

  #audio_box_panel {
    padding-left: 0px;
  }
}

@media(max-width: 365px) {
  .audio-panel-row button#remove_audio {
    font-size: 14px;
    margin: 0px;
  }

  .audio-panel-row #downloadButton a#downloadLink {
    font-size: 14px;
  }

  .audio-panel-row button#remove_audio i,
  .audio-panel-row button#remove_audio svg,
  .audio-panel-row #downloadButton a#downloadLink i,
  .audio-panel-row #downloadButton a#downloadLink svg {
    margin-right: 5px !important;
  }
}