span.ld-quiz-attempt-icon img {
        max-width: 1.5em;
        margin-right: 10px;
        vertical-align: middle !important;
}
.qald-admin-icon{
        max-width:50px!important;
}
.qald-not-found {
        font-size: 1.2em;
        padding: 10px;
        display: flex;
        justify-content: center;
}
.learndash-pager {
        color: #728188;
        display: inline-flex;
        justify-content: space-between;
        color: #728188;
        text-transform: uppercase;
        align-items: center;
        font-size: 12px;
        font-weight: 700;
        background-color: #e2e7ed;
        padding: 6px 12px;
        border-radius: 17px;
        margin: 10px 0;
      }
      
      .learndash-pager a {
        font-size: 18px;
        color: #728188;
        text-decoration: none !important;
        border: none !important;
        cursor: pointer;
        box-shadow: none !important;
        line-height: 1em;
      }
      
      .learndash-pager a::before, .learndash-pager a::after {
        display: none;
      }
      
      .learndash-pager a.disabled {
        opacity: 0.5;
        cursor: default;
      }
      
      .learndash-pager .pager-left {
        order: 1;
      }
      
      .learndash-pager .pager-legend {
        order: 2;
        padding: 0 8px;
      }
      
      .learndash-pager .pager-right {
        order: 3;
      }
      
      .learndash-wrapper .qald-pagination {
        display: flex;
        justify-content: flex-end;
        color: #728188;
        text-transform: uppercase;
        align-items: center;
        font-size: 0.75em;
        font-weight: 700;
        margin-bottom: 0em;
      }
      
      .learndash-wrapper .qald-pagination .qald-pages {
        background-color: #e2e7ed;
        flex: 0 0 180px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5em;
        border-radius: 17px;
        overflow: hidden;
        line-height: 1;
      }
      
      .learndash-wrapper .qald-pagination .qald-pages i {
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        color: #728188;
        cursor: pointer;
        transition: color 0.3s ease;
      }
      
      .learndash-wrapper .qald-pagination .qald-pages i:hover {
        color: #00a2e8;
      }
      
      .learndash-wrapper .qald-pagination .qald-pages a {
        color: #728188;
        transition: all ease-in-out 250ms;
      }
      
      .learndash-wrapper .qald-pagination .qald-pages a:hover {
        color: #333;
      }
      
      .learndash-wrapper .qald-pagination .qald-pages a.disabled {
        pointer-events: none;
        opacity: 0.25;
      }
      
      @media (max-width: 640px) {
        .learndash-wrapper .qald-pagination {
          justify-content: center;
        }
      }
      
      .learndash-wrapper .qald-item-list-item-expanded .qald-pagination .qald-pages {
        flex: 0 0 100px;
        padding: 0 10px;
      }
      
      .learndash-wrapper .qald-table-list-footer .qald-pagination .qald-pages {
        flex: 0 0 120px;
      }
      
      .qald-loading {
        position: relative;
      }