.mlc-list-img {
    display: flex;
    margin-bottom: 5px;
    height: 100%;
}

.mlc-list-img a {
    box-shadow: 5px 5px rgba(0, 0, 0, 0.10);
    border-radius: var(--universalborderradius);
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f7fa;
}

.mlc-list-img i {
    border-radius: var(--universalborderradius);
    font-size: 50px;
    color: #d7dce2;
}

.mlc-list-img img {
    border-radius: var(--universalborderradius);
    height: 90px;
    object-fit: cover;
    object-position: center;
}

#courseindex-pg-bar {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.mlc-list-title {
    font-weight: 600;
    font-size: large;
}

.ml-table-metrics {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.ml-table-metric {
    width: calc(100% / 3);
    border: var(--universalborder);
    border-radius: var(--universalborderradius);
    padding: 20px;
}

.ml-table-metric-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: xx-large;
}

.mlc-list-title a {
    color: inherit;
    text-decoration: none;
}

.ml-table-metric-icon {
    color: #b1b1b1;
}

.mlc-list-title, .mlc-grades, .mlc-cert {
    padding-top: 10px !important;
}

.ml-table-main .table td:nth-child(4), .ml-table-main .table th:nth-child(4) {
    text-align: right !important;
    vertical-align: middle;
}

.mlc-card-progress {
    padding-top: 15px !important;
}

.mlc-list-img.learner-skeleton {
    border-radius: var(--universalborderradius);
    height: 90px;
}

.mlc-list-title.learner-skeleton, .mlc-due-date.learner-skeleton, 
.mlc-grades.learner-skeleton, .mlc-cert.learner-skeleton, #learning-courseprogress-table-skeleton .mlc-card-progress {
    margin-top: 10px !important;
    padding-top: 0 !important;
}

#learning-courseprogress-table-skeleton .ml-table-metric-number {
    background-color: #f0f0f0;
    color: transparent !important;
    animation: learner-skeleton-loading 1slinear infinite alternate;
    height: 40px;
}

#learning-courseprogress-table-skeleton .ml-table-main .table td:nth-child(4), 
#learning-courseprogress-table-skeleton .ml-table-main .table th:nth-child(4) {
    vertical-align: top;
}

.ml-table-main .table th:nth-child(3) {
    text-align: center;
}

#learning-courseprogress-table .itemname a,
#tlearning-courseprogress-table .itemname a {
    color: var(--linkcolor);
}

#learning-courseprogress-table .itemname a:hover,
#tlearning-courseprogress-table .itemname a:hover {
    color: var(--linkhovercolor);
}
