.disable-download-btn{
  cursor: default;
  /* pointer-events: none;        
  text-decoration: none; */
  color: grey;
}
#downloadButton, #audio{
  display: none;
      width: 100%;
    margin: 10px 0;
}
.audio-svg{
  background-size: contain;
  width: 16px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
#submitButton .audio-svg{
  width: 21px;
}
.audio-item .action-btn button, .audio-item .action-btn a, #downloadButton .without-a{
  box-sizing: border-box;
  background: #0170b9;
  color: #fff;
  width: 100%;
  height: inherit;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border: solid 1px !important;
  display: flex;
  gap: 5px;
  justify-content: center;
  line-height: 1px;
  cursor: pointer;
  transition: .3s;
  align-items: center;
  min-height: 42px;
  border: none !important;
}
.audio-item .action-btn button i, .audio-item .action-btn a i, #downloadButton .without-a i{
  font-size: 20px;
}
.audio-item .action-btn button:hover, 
.audio-item .action-btn a:hover, 
#downloadButton .without-a:hover{
opacity: .8;
}
.audio-item .action-btn button[disabled]:hover, 
.audio-item .action-btn a[disabled]:hover, 
#downloadButton .without-a[disabled]:hover{
opacity: 1;
}
.audio-item button[disabled] {
  background: #767678;
  cursor: not-allowed;

}
.audio-item .action-btn{
  display: block;
  width: 100%;
}


/*.audio-item .action-btn a:hover{
  background-color: transparent;
  color: inherit;
}*/

.audio-item .action-btn button:focus{
  outline: none;
}

.audio-items audio{
  border-top: solid 2px #e4e7ea;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}

.assigment-inner h4{
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  color: #000;
}


.assigment-inner {
  width: 100%;
}


.audio-container {
display: flex;
align-items: center;
    gap: 7px;
}
.audio-container .audio-item {
  padding: 10px;
  color: white;
  font-size: 12px;
  height: fit-content;
  display: inline-block;
  padding: 0px;
}


.admn-rcd-pnl{
  border: 1px solid #eee;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.admn-rcd-pnl h4{
  background: #074b79;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin : 0 0 20px 0;
}

.admn-rcd-pnl audio{
  padding: 0 20px 20px;
  display: block;
  width: 100%;
}

.learndash-wrapper .ld-status-complete{
      padding: 10px;
    margin: 0px
}
.assigment-inner .assigment-inner-title{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.assigment-inner .duration-pnl{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins',sans-serif;
  color: #000;
  width: fit-content;
  margin: 20px 0;
}
.assigment-inner .duration-pnl #duration_text{
  margin-right: 10px;
}
.ld-file-upload #uploadfile_form{
  margin: 0px;
}
.learndash-wrapper .ld-assignment-list .ld-table-list-footer{
  padding: 0px !important;
}
.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-items{
  border-bottom: 2px solid #e2e7ed;
}
.assigment-inner #timer_num{
  background: #0170b9;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    width: fit-content;
    min-width: 74px;
    text-align: center;
}

.learndash-aa-spinner {
  display: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: #0170b9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-top: 15px;
}

.learndash-audio-sync {
  display: none;
  margin-top: 15px;
  line-height: 1.2;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.assigment-inner-title .learndash-aa-spinner{
      width: 30px;
    height: 30px;
    border-width: 4px;
}
.ld-audio-spin-sync{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 10px;
}

.bb-dark-theme .assigment-inner h4{
  color: #000 !important;
}
.action-btn span{
  display: inline-block;
}

.audio-item .action-btn button i.dashicons.dashicons-marker::before{
  width: 12px;
    height: 12px;
    content: '' !important;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
}
.audio-item .action-btn button i.dashicons.dashicons-marker{
  width: 12px;
    height: 12px;
    font-size: inherit;
    line-height: inherit;
}









/*Responsive Starts*/




@media(max-width: 767px){
.audio-item .action-btn button, .audio-item .action-btn a, #downloadButton .without-a{
  font-size: 0px;
  padding: 15px;
  gap:0px;
  min-height: 50px;
  min-width: 65px;
  display: block;
  border: none !important;
}

.assigment-inner h4 {
    font-size: 18px;
    line-height: 22px;
}
  .assigment-inner h4 .duration-pnl #duration_text{
    display: none;
  }
 
.assigment-inner #timer_num{
  font-size: 12px;
}
.audio-item .action-btn button i, .audio-item .action-btn a i, #downloadButton .without-a i{
  font-size: 25px;
        height: inherit;
}
.audio-container{
    gap: 13px;
}
.assigment-inner .assigment-inner-title{
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 25px;
}
.audio-item .action-btn{
  min-width: 45px;
}
.audio-item .action-btn button i.dashicons.dashicons-marker::before{
  width: 14px;
  height: 14px;
}
.audio-item .action-btn button i.dashicons.dashicons-marker{
 
    height: 14px;
}
.assigment-inner .audio-container{
  flex-wrap: wrap;
}
.action-btn span {
  display: block;
   margin: 0 auto;
  width: 18px;
}
}
