/* Tăng độ dễ đọc cho menu và các màn hình quản trị của chương trình Đào tạo. */
.side-link { font-size: 16px; }
.nav-label { font-size: 12px; }
.top-title { font-size: 17px; }
.top-subtitle,
.user-menu small { font-size: 14px; }

.master-page { font-size: 16px; }
.master-page .master-tabs a { font-size: 15px; }
.master-page .section-heading h2,
.master-page .table-title h2 { font-size: 20px; }
.master-page .section-heading p,
.master-page .table-title p,
.master-page .master-pager { font-size: 14px; }
.master-page .master-form label > span:first-child,
.master-page .switch-field b,
.master-page .table-switch b { font-size: 14px; }
.master-page .master-form .form-control,
.master-page .master-form .form-select,
.master-page .inline-input,
.master-page select.inline-input,
.master-page .master-table td { font-size: 16px; }
.master-page .master-table th,
.master-page .state-text,
.master-page .save-button,
.master-page .master-search input,
.master-page .master-search button { font-size: 14px; }
.master-page .master-search select {
  height: 100%;
  min-width: 70px;
  padding: 0 8px;
  border: 0;
  border-left: 1px solid #dce4ed;
  background: #fff;
  font-size: 14px;
  outline: none;
}

/* Chuẩn hóa cỡ chữ cho toàn bộ chức năng sau đăng nhập. */
.app-shell * {
  font-size: 16px !important;
}

.app-shell,
.app-shell .content-wrap,
.app-shell input,
.app-shell select,
.app-shell textarea,
.app-shell .form-control,
.app-shell .form-select,
.app-shell table td {
  font-size: 16px !important;
  line-height: 1.5;
}

.app-shell table th,
.app-shell button,
.app-shell .btn,
.app-shell label,
.app-shell small,
.app-shell p,
.app-shell .status,
.app-shell .badge,
.app-shell .role-chip,
.app-shell .action-button,
.app-shell .tc-status,
.app-shell .tc-btn,
.app-shell .tc-pill,
.app-shell .tc-tab__count,
.app-shell .account-pager,
.app-shell .master-pager,
.app-shell .pager {
  font-size: 16px !important;
  line-height: 1.45;
}

.app-shell table th {
  font-weight: 750;
}

.app-shell h1,
.app-shell .page-heading h1 {
  font-size: 28px !important;
}

.app-shell h2,
.app-shell .panel-head h2,
.app-shell .section-heading h2,
.app-shell .table-title h2 {
  font-size: 20px !important;
}

.app-shell h3,
.app-shell h4,
.app-shell h5 {
  font-size: 18px !important;
}

.app-shell .eyebrow,
.app-shell .nav-label,
.app-shell .modal-eyebrow,
.app-shell .modal-label,
.app-shell .account-eyebrow,
.app-shell .tc-eyebrow {
  font-size: 16px !important;
}

.app-shell .user-menu strong,
.app-shell .top-title {
  font-size: 16px !important;
}

/* Tiêu đề là ngoại lệ duy nhất, cần lớn hơn nội dung để dễ phân biệt. */
.app-shell h1,
.app-shell .page-heading h1,
.app-shell .account-hero h1,
.app-shell .tc-hero h1,
.app-shell .assignment-hero h1 {
  font-size: 28px !important;
}

.app-shell h2,
.app-shell .panel-head h2,
.app-shell .section-heading h2,
.app-shell .table-title h2,
.app-shell .permission-heading h2,
.app-shell .tc-card__header h2 {
  font-size: 20px !important;
}

.app-shell h3,
.app-shell h4,
.app-shell h5,
.app-shell .role-modal h5 {
  font-size: 18px !important;
}
