/* DASHBOARD */
body.tutor-lms { background: #fff; }
.middle_inner { padding-top: 40px; }

.my-content-info { display: none; }
.my-courses-wrapper { background: #ededed; padding: 20px; border-radius: 7px; }

.dashboard-quicklinks { display: flex; justify-content: space-between; }
.dashboard-quicklinks > a { width: 31.1%; background-color: #FFFFFF; border: 1px solid var(--tutor-border-color); border-radius: 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 46px 20px; }
.dashboard-quicklinks > a:hover { background: #fbfbfb; }
.quicklink-icon { width: auto; height: 70px; padding: 20px; background: rgba(var(--tutor-color-primary-rgb), 0.1); fill: var(--tutor-color-primary); border-radius: 90px; margin-bottom: 20px; }
.quicklink-icon svg { width: auto; height: 100%; }
.quicklink-box { margin-bottom: 32px; }

@media only screen and (max-width: 1000px) {
    .dashboard-quicklinks { flex-direction: column; }
    .dashboard-quicklinks > a { width: 100%; flex-direction: row; justify-content: flex-start; padding: 10px 20px; margin-bottom: 15px; }
    .quicklink-icon { width: auto; height: 45px; padding: 12px; margin-bottom: 0; margin-right: 15px; }
    .quicklink-box { margin-bottom: 15px; }
}

