.elementor-483 .elementor-element.elementor-element-a95e164{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-483 .elementor-element.elementor-element-1c1beaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-778c1ef */.dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.dashboard-main-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#taa-course-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dashboard-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dashboard-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.dashboard-block-title,
.dashboard-side-title {
  margin: 0;
}

.dashboard-view-all {
  color: var(--taa-purple);
  text-decoration: none;
  font-weight: 600;
}

.dashboard-view-all:hover {
  opacity: 0.8;
}

.learning-card,
.completed-card,
.recommended-card,
.dashboard-side-card,
.dashboard-empty-card,
.dashboard-cta-card {
    gap: 5px;
  background: var(--taa-white);
  border: 1px solid rgba(49, 46, 118, 0.14);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(17, 21, 36, 0.06);
}

.learning-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.learning-card-content {
  flex: 1 1 auto;
  min-width: 0;
}

.learning-card-title,
.completed-title,
.recommended-title,
.dashboard-empty-title,
.dashboard-cta-title {
  margin: 0 0 8px;
  color: var(--taa-dark);
}

.learning-meta,
.completed-meta,
.recommended-text,
.dashboard-help-text,
.dashboard-empty-text,
.dashboard-cta-text {
    padding-bottom: 15px;
  margin: 0;
  color: #697086;
  line-height: 1.6;
}

.learning-stats {
  margin-top: 12px;
  font-weight: 600;
  color: var(--taa-purple);
}

.learning-progress {
  margin-top: 16px;
  width: 100%;
  height: 8px;
  background: rgba(49, 46, 118, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.learning-progress-bar {
  height: 100%;
  background: var(--taa-purple);
  border-radius: 999px;
}

.dashboard-primary-btn,
.dashboard-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dashboard-primary-btn {
  background: var(--taa-purple);
  color: var(--taa-white);
}

.dashboard-primary-btn:hover {
  background: var(--taa-dark);
  color: var(--taa-white);
}

.dashboard-secondary-btn {
  border: 1px solid rgba(49, 46, 118, 0.18);
  background: var(--taa-white);
  color: var(--taa-dark);
}

.dashboard-secondary-btn:hover {
  background: var(--taa-purple);
  color: var(--taa-white);
  border-color: var(--taa-purple);
}

.completed-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.completed-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.completed-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(49, 46, 118, 0.08);
  color: var(--taa-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex: 0 0 38px;
}

.dashboard-text-link {
  color: var(--taa-purple);
  font-weight: 600;
  text-decoration: none;
}

.dashboard-text-link:hover {
  opacity: 0.8;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.recommended-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(49, 46, 118, 0.08);
  color: var(--taa-purple);
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.dashboard-side-list,
.dashboard-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dashboard-side-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dashboard-side-label {
  font-size: 0.9rem;
  color: #697086;
}

.dashboard-side-link {
  color: var(--taa-dark);
  text-decoration: none;
}

.dashboard-side-link:hover {
  color: var(--taa-purple);
}

@media (max-width: 1024px) {
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .recommended-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .learning-card-top,
  .completed-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-primary-btn,
  .dashboard-secondary-btn {
    width: 100%;
  }

  .dashboard-block-header {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1c1beaf */.dashboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.dashboard-main-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dashboard-side-card {
  background: var(--taa-white);
  border: 1px solid rgba(49, 46, 118, 0.14);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(17, 21, 36, 0.06);
}

.dashboard-side-title {
  margin: 0 0 16px;
  color: var(--taa-dark);
}

.dashboard-side-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dashboard-side-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dashboard-side-label {
  font-size: 0.9rem;
  color: #697086;
}

.dashboard-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dashboard-side-link {
  color: var(--taa-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.dashboard-side-link:hover {
  color: var(--taa-purple);
}

.dashboard-help-text {
  margin: 0 0 16px;
  color: #697086;
}

.completed-card {
  background: var(--taa-white);
  border: 1px solid rgba(49, 46, 118, 0.14);
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 10px 30px rgba(17, 21, 36, 0.06);
}

.completed-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.completed-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(49, 46, 118, 0.08);
  color: var(--taa-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex: 0 0 38px;
}

.completed-title {
  margin: 0 0 4px;
  color: var(--taa-dark);
  font-size: 1.1rem;
}

.completed-meta {
  margin: 0;
  color: #697086;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.recommended-card {
  background: var(--taa-white);
  border: 1px solid rgba(49, 46, 118, 0.14);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(17, 21, 36, 0.06);
}

.recommended-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(49, 46, 118, 0.08);
  color: var(--taa-purple);
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.recommended-title {
  margin: 0 0 10px;
  color: var(--taa-dark);
  font-size: 1.2rem;
  line-height: 1.3;
}

.recommended-text {
  margin: 0 0 18px;
  color: #697086;
  line-height: 1.6;
}

.dashboard-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 12px;
  border: 1px solid rgba(49, 46, 118, 0.18);
  background: var(--taa-white);
  color: var(--taa-dark);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.dashboard-secondary-btn:hover {
  background: var(--taa-purple);
  color: var(--taa-white);
  border-color: var(--taa-purple);
}

@media (max-width: 1024px) {
  .dashboard-layout {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    order: 2;
  }

  .recommended-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS *//* ===== DASHBOARD HEADER ===== */

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* Left side */
.dashboard-header-left {
  max-width: 600px;
}

.dashboard-title {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #111524;
  margin: 0 0 8px;
}

.dashboard-subtext {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: rgba(17,21,36,.65);
  margin: 0;
}

/* Right side button */
.dashboard-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: #fff;
  border: 1px solid rgba(17,21,36,.15);
  border-radius: 8px;

  padding: 10px 16px;

  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #111524;
  text-decoration: none;

  transition: all .2s ease;
}

.dashboard-btn:hover {
  background: rgba(49,46,118,.05);
  border-color: rgba(49,46,118,.25);
}



/* ===== Dashboard Shared ===== */
.dashboard-learning {
  width: 100%;
}

.dashboard-main-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.dashboard-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dashboard-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.dashboard-block-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.2;
  color: #111524;
}

.dashboard-view-all,
.dashboard-text-link {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #312e76;
  text-decoration: none;
}

.dashboard-view-all:hover,
.dashboard-text-link:hover {
  color: #5759A6;
}

/* ===== Continue Learning Cards ===== */
.learning-card {
  background: #ffffff;
  border: 1px solid #d0d8e5;
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 24px rgba(17, 21, 36, 0.04);
}

.learning-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 14px;
}

.learning-card-title {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.25;
  color: #111524;
}

.learning-meta,
.learning-current,
.completed-meta {
  margin: 0 0 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(17, 21, 36, 0.7);
}

.learning-current {
  margin-bottom: 12px;
  color: #111524;
}

.learning-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #312e76;
}

.learning-card-action {
  flex-shrink: 0;
}

.dashboard-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #312e76;
  color: #ffffff;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 16px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.dashboard-primary-btn:hover {
  background: #5759A6;
  color: #ffffff;
  transform: translateY(-1px);
}

.learning-progress {
  width: 100%;
  height: 8px;
  background: #dfe6f0;
  border-radius: 999px;
  overflow: hidden;
}

.learning-progress-bar {
  height: 100%;
  background: #312e76;
  border-radius: 999px;
}

/* ===== Completed Courses ===== */
.completed-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #d0d8e5;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 8px 24px rgba(17, 21, 36, 0.04);
}

.completed-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.completed-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(49, 46, 118, 0.08);
  color: #312e76;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}

.completed-title {
  margin: 0 0 6px;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  line-height: 1.25;
  color: #111524;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .learning-card-top,
  .completed-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .learning-card-action,
  .completed-right {
    width: 100%;
  }

  .dashboard-primary-btn {
    width: 100%;
  }

  .dashboard-block-header {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */