/*.cd-dropdown .dropdown-menu {
	left: -180px;
	top: 45px;
}*/

a {
    color: var(--black-text);
}

a:focus,a:hover {
    color: var(--black-text);
}
/*.teleteach1 .task-list .es-icon-graphicclass, .chapters .es-icon-graphicclass {
    background-image: url('/static-dist/highschooltheme/assets/title_course.svg');
    display: inline-block;
    width: 24px;
    height: 32px;

}
.teleteach1 .task-list .es-icon-graphicclass:before, .chapters .es-icon-graphicclass:before {
    content: '';
}

.highschool .task-list .es-icon-menu, .chapters .es-icon-menu {
    background-image: url('/static-dist/highschooltheme/assets/title_main.svg');
    display: inline-block;
    width: 50px;
    height: 50px;

}

.dashboard-sidebar .task-list .es-icon-menu {
    width: 25px;
    height: 25px;
    top: 10px;
}
.teleteach .dashboard-sidebar .js-task-chapter .title {
    font-size: 14px;
}
.class-sidebar .es-icon-today {
	background-image: url('/static-dist/highschooltheme/assets/calendar_icon.svg');
	width:55px; height: 53px;
	display: inline-block;
}
.class-sidebar .es-icon-today:before {content: ''}
.task-list .es-icon-videoclass {
	background-image: url('/static-dist/highschooltheme/assets/live.svg');
	display: inline-block;
    width: 29px;
    height: 30px;
}*/

/*.sf-icon.es-icon-graphicclass {
	background-image: url('/static-dist/highschooltheme/assets/text.svg');
    display: block;
}*/
/*.sf-icon.es-icon-graphicclass:before, .sf-icon.es-icon-graphicclass:after  {
	content: '';
}*/
/*.task-list .es-icon-description {
	background-image: url('/static-dist/highschooltheme/assets/homework.svg');
    display: inline-block;
    width: 30px;
    height: 30px;
}
.task-list .es-icon-description:before, .task-list .es-icon-description:after  {
	content: '';
}
.task-list .es-icon-filedownload  {
	background-image: url('/static-dist/highschooltheme/assets/download.svg');
    display: inline-block;
    width: 30px;
    height: 30px;
}
.task-list .es-icon-filedownload:before, .task-list .es-icon-filedownload:after  {
	content: '';
}*/
/*.sf-icon.es-icon-videoclass  {
	background-image: url('/static-dist/highschooltheme/assets/live.svg');
    display: block;
}
.sf-icon.es-icon-videoclass:before, .sf-icon.es-icon-videoclass:after  {
	content: '';
}*/


/*.task-list .es-icon-videoclass:before {
	content: '';
}
.teleteach .task-list .es-icon-menu:before, .chapters .es-icon-menu:before {
    content: '';
}

.teleteach .task-list .task-item.task-content .title {
	   font-family: var(--font-link-regular);
       font-size: 20px;
       word-break: break-word;
}*/

.teleteach .js-task-chapter .title {
        font-family: var(--font-heading);
    font-size: 24px;
    color: var(--primary) !important;
    font-weight: bold;
     word-break: break-word;
}
/*.teleteach .task-list.task-list-md .left-menu, .chapters .task-list.task-list-md .left-menu {
    top: 14px;
    left: 0px;
}

.teleteach .es-icon-undone-check.left-menu, .highschool   .es-icon-doing.left-menu, .chapters   .es-icon-doing.left-menu {
    top: 18px !important;
    left: 18px !important;
}
.chapters .es-icon-doing:before {
    content: '';
}
.chapters .es-icon-doing:after {
    content: '';
}*/
/*.chapters .es-icon-doing {
    background-image: url('/static-dist/highschooltheme/assets/process_icon.svg');
    display: block;
    width: 15px;
    height: 15px;
}*/
/*.chapters .es-icon-menu:before {
    content: '';
}
.chapters   .es-icon-undone-check.left-menu {
    top: 18px !important;
}
.chapters .es-icon-undone-check:before {
    content: '';
}
.chapters .es-icon-undone-check:after {
    content: '';
}*/
/*.chapters .es-icon-undone-check {
    background-image: url('/static-dist/highschooltheme/assets/not-yet_icon.svg');
    display: block;
    width: 15px;
    height: 15px;
}*/

.chapters .task-content {
    margin-left: 50px;
}
.icon-sm {
	width: 15px;
	height: 15px;
}
.icon-md {
	width: 24px;
	height: 24px;
}
.icon-lg {
	width: 48px;
	height: 48px;
}
.icon-36 {
	width: 36px;
	height: 36px;
}

.teleteach .es-icon-menu {

}

.my-header-section .nav-header-section__item {
    margin-right: 30px !important;
}
.teleteach .course-detail-info__title {
	color: #1272BA;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    font-family: var(--font-title);
    min-width: 500px;
}
.teleteach .course-detail-section .course-detail-bottom .course-detail-img {
	position: relative;
  /*  width: 454px;
    height: 348px;*/
    border: 4px solid var(--secondary);
    border-radius: 12px;
    padding: 16px;
    background: white;
    box-shadow: 4px 4px 8px var(--text-color);
}
.teleteach .course-detail-section .course-detail-bottom .course-detail-info .course-detail-title {
	   color: #666;
    font-family: var(--font-nomal);
}
.teleteach .course-detail__label {
	font-size: 20px;
    color: #666;
    margin-bottom: 24px;
    font-family: var(--font-nomal);
}
.teleteach .course-detail-section .course-detail-bottom .course-detail-info .course-detail-gray .course-detail-expiry {
	color: var(--secondary) !important;
    font-family: var(--font-nomal);
}
.teleteach .course-detail-bottom {
	display: flex;
}
.teleteach .course-detail-section .course-detail-bottom .course-detail-info {
	margin-left: 0px;
}
.teleteach .cd-btn.cd-btn-primary.js-buy-btn {
	    background: var(--secondary);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
    cursor: pointer;
    margin-left: auto;
    font-family: var(--font-body);
}
.teleteach .es-section {
	padding: 0px;
	border: none;
}
.teleteach .course-detail-section .course-detail-bottom .course-detail-info .course-detail-gray.course-detail-gray--market {
	    background: #E6E7E8;
    border-radius: 8px;
    padding: 12px 12px;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.teleteach .panel.panel-default {
	padding: 0px;
	border: none;
}
/*.teleteach .nav.nav-tabs>li.active>a, .highschool .nav.nav-tabs>li:hover>a {
	color: #ffffff;
    border-bottom: 2px solid var(--primary);
    background: var(--primary);
    font-size: 14px;
    font-family: var(--font-body);
}*/
.teleteach .nav-header-section__item.active {
    background: var(--green);
    
    border-radius: var(--radius);
	color: white;
}
.teleteach .nav-header-section__item.active a{
    padding: 5px 10px !important;
	/*color: white !important;*/
}
.nav-header-section.nav .nav-header-section__item > a {
    padding: initial;
}
leteach .nav.nav-tabs li.nav-header-section__item a {
   

	/*color: var(--primary);*/

}

.teleteach .nav.nav-tabs>li>a {
	padding: 5px 15px;
	 font-family: var(--font-body);
	 color: var(--text-color);
}
.teleteach .task-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    border: 2px solid #57BD7C;
    border-radius: 12px;
    padding: 20px;
}

.teleteach .panel-default>.panel-heading .panel-title, .teleteach .course-sidebar h3, .teleteach .class-sidebar h3 {
	    font-size: 32px;
    color: #5D5D5D;
    margin-top: 0px;
    padding: 6px 20px;
    font-family: var(--font-heading);
}
.teleteach .panel-default>.panel-body {
	padding: 0px;
}
.teleteach .course-sidebar, .teleteach .class-sidebar{
	    top: 37px;
/*    width: 400px;*/
    background: var(--green-3);
    border: 2px solid var(--primary);
    border-radius: 16px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 40px;
/*    max-height: 1000px;*/
}
.teleteach .course-sidebar .panel-default>.panel-heading, .teleteach .class-sidebar .panel-default>.panel-heading {
	 background: var(--green-3);
}
.teleteach .course-sidebar .panel-default>.panel-body, .teleteach .class-sidebar .panel-default>.panel-body {
	 background: var(--green-3);
}
.teleteach .update-item:not(:last-child) {
	border-bottom: 1px solid var(--primary);
	padding: 5px;
}
.teleteach .student-name {
	font-weight: bold;
    color: var(--text-color);
    font-size: 20px;
    font-family: var(--font-body);
}
.teleteach .latest-update {
	padding-left: 16px;
}
.teleteach .action a {
	font-weight: bold;
    color: var(--text-color);
    font-size: 20px;
    font-family: var(--font-body);
}
/*.course-sidebar .teacher-card {
	width: 100%;
}*/
.teacher-card-widget .card-header, .teacher-card-widget .card-footer {
	display: flex;
}
.teacher-card-widget {
	color: var(--text-color);
    font-family: var(--font-body);
}
.teacher-card-widget .card-body {
	border-bottom: 2px solid var(--primary);
	border-top: 2px solid var(--primary);
	padding: 5px 0px;
	
}
.teacher-card-widget .card-footer span{
	padding-right: 10px;
    margin-top: 10px;
    width: 33%;
}

.teacher-card-widget .card-footer span:not(:last-child) {
	    border-right: 2px solid var(--primary);

}
.teacher-card-widget .card-footer span:not(:first-child) {
	padding-left: 10px;
}
.teleteach .class-sidebar .class-signin {
	top: -71px;
}
.class-sidebar:has(.class-signin) > * {
    position: relative; /* or absolute/fixed depending on your layout */
    top: -80px;
}
.teleteach .class-sidebar .class-signin .panel-body {
	background-color: transparent;
}
.teleteach .class-signin .btn-signin {
	background-color: var(--primary);
    color: white;
    border: none;
    padding: 0px 12px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 24px;
}
.teleteach .class-signin .btn-signin.after {
	font-size: 12px;
}
.class-serve>ul>li {
	background-color: var(--primary);
}
.class-header .class-info>.title {
	    font-size: 28px;
    color: var(--primary);
    font-family: var(--font-heading);
}

.class-header .class-header-mian {
    position: relative;
    background-color: var(--green-3);
    border: 2px solid var(--primary);
}

.tabs-wrapper {
    border: 1px solid var(--secondary);
    border-radius: 12px;
    margin-bottom: 30px;
    background-color: var(--green-3);
}
.es-banner {
	background: none;
}
.active .button {
	background-color: var(--secondary);
}
.course-detail-section .course-detail-bottom .course-detail-img .course-detail-remask {
	background-color: rgba(0, 0, 0, 0.5);
}

.course-features .course-features-item {
	padding: 3px 15px;
}
.task-list .task-item .right-menu.color-gray {
	display: flex;
}
.task-list .task-item .right-menu.color-gray tmp {
	padding-right: 5px;
}
.btn.unfollow-btn {
    background: var(--secondary);
    color: var(--white);
    border: none;
/*    border-radius: 8px;*/
/*    padding: 8px 24px;*/
    font-size: 12px;
    cursor: pointer;
    margin-left: auto;
    font-family: var(--font-body);
}
.btn.direct-message-btn {
	 background: var(--text-color);
    color: var(--white);
    border: none;
/*    border-radius: 8px;*/
/*    padding: 8px 24px;*/
    font-size: 12px;
    cursor: pointer;
    margin-left: auto;
    font-family: var(--font-body);
}
.course-sidebar .icon-user-status, .class-sidebar .icon-user-status {
	    position: relative;
    right: -46px;
    top: -16px;
}
a.button:hover {
	color: var(--white);
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 100%;
}
.es-poster .swiper-slide .img-responsive {
    width: 100%;
}
.es-poster .swiper-slide .container {
    width: 100%;
    padding: 0px;
}
.user-dropdown__link a:last-child {
    padding-left: 20px;
}
.user-dropdown__link {
    padding: 0 20px;
}
.user-dropdown-info {
    padding:  0 35px;
}
.sf-fix-dropdown.dropdown-menu {
    left: -180px;
    top: 53px;
}
.sf-fix-dropdown-bell.dropdown-menu {
    top: 43px;
    left: -180px;
}

.sf-fix-dropdown-language.dropdown-menu {
    top: 41px;
    left: -78px;
}
.navbar-mobile .sf-fix-nav-mobile.nav-mobile {
z-index: 0;
        left:0;
}
.navbar-mobile .sf-fix-nav-mobile.nav-mobile.active {
z-index: 1000;

left: 250px;
}


.user-center-header .name {
  
    font-size: 24px;
    color: var(--text-color);
    margin-bottom: 5px;
    font-family: var(--font-heading);
}
.user-center-header span.mrm {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 20px;
}
.user-center-header .blurr-bg {
    z-index: -1;
    background: var(--green-3);
}
.user-center-header  .mates {
     color: var(--text-color);
     font-size: 16px;
}
.task-dashboard-page .dashboard-toolbar .dashboard-toolbar-nav>li>a {
    width: 100%;
}
.task-dashboard-page .dashboard-toolbar {
  
    left: -110px;
    top: 30%;
  
}

.analyzeVideo {
  height: 80% !important;  
}

.text-12 {
    font-size: 15px !important;
}
.text-16 {
    font-size: 18px !important;
}

.cke_editable {
    font-size: 18px;
}


.nav.nav-tabs>li>a {
    padding: 5px 15px 15px;
}
.course-progress .cricle-progress .percent .num {
    color: var(--primary);
}

.btn-primary {
        border-color: var(--secondary);

    background-color: var(--primary);
    color: #fff;
}
.label.label-success {
    background-color: var(--bs-success);
    color: white;
}
.cd-btn.cd-btn-primary, .cd-btn.cd-btn-info, .cd-tag.cd-tag-blue {
    color: #fff;
    background: var(--primary);
           border-color: var(--dark-navy);

}.teleteach .task-list {
    border-color: var(--primary);
}
.course-publish-status--published {
    background-color: var(--primary);
}
.task-manage-list .settings-list .settings-item.active>a, .task-manage-list .settings-list .settings-item>a:hover {
    color: var(--primary);
}

.nav.nav-tabs .highlight, .es-step li.doing, .es-step li.done {
   
    border-bottom-color: var(--primary);
}

.es-step li.doing .number, .es-step li.done .number {
    color: #fff;
          border-color: var(--secondary);

    background-color: var(--primary);
}
.es-share .top {
    display: hidden;
}
.task-list .task-item .title {
    word-break: break-word;
}

.mr-5 {
    margin-right: 5px;
}


#doctype-content {
  
  margin: 20px;
  padding: 10px;
  border: 1px solid #ccc;
}

#doctype-content table {
  width: 100%;
  border-collapse: collapse;
}

#doctype-content td {
  border: 1px solid #999;
  padding: 8px;
  vertical-align: top;
}

#doctype-content tr:nth-child(even) {
  background-color: #f9f9f9;
}

#doctype-content tr:hover {
  background-color: #eef;
}

#doctype-content td:first-child {
  font-weight: bold;
  background-color: #e0e0e0;
  width: 20%;
}

.iframe-close-btn {
    position: absolute;
    top: 0px;
    right: -7px;
    color: #fff;
    font-weight: bolder;
    border-radius: 9999px;
    background: #000;
}
.no-border {
    border:0px;
}

.teleteach .link-primary {
    color: var(--primary) !important;
}
/* .teleteach .link-primary, .teleteach .link-white:hover {
    color: var(--secondary) !important;
} */

.cd-pagination>li.active>a, .cd-pagination>li.active>a:focus, .cd-pagination>li.active>a:hover {
    background-color: var(--primary);
}
.dropdown-menu>li>a:hover {
    background-color: var(--secondary);
}
.my-header-section .nav-header-section__heading {
  margin-right: 0px;   
}

.teleteach .highlight {
    display: none;
}

/* Logo header nhỏ hơn avatar một chút, luôn cùng 1 dòng mọi tỉ lệ màn hình */
.teleteach .header .logo img,
.teleteach .nav-wrapper .logo img,
.teleteach .header .logo .logo-svg,
.teleteach .nav-wrapper .logo .logo-svg {
  height: 38px !important;
  width: auto !important;
  display: block;
}
.teleteach .header .logo,
.teleteach .nav-wrapper .logo {
  min-height: 38px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* Header luôn 1 dòng ở mọi màn hình */
.teleteach .header {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-start;
}
.teleteach .nav-wrapper {
  flex-wrap: nowrap !important;
  white-space: nowrap;
  min-width: 0;
}
.teleteach .nav-wrapper .nav,
.teleteach .nav-wrapper .profile {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}
.teleteach .nav-wrapper .profile .user-manage-li a,
.teleteach .nav-wrapper .nav a {
  white-space: nowrap;
}

/* Hiện tab Teacher Panel và My Learning trên màn hình nhỏ/trung bình */
@media (max-width: 1199px) {
  .teleteach .nav-wrapper .profile .user-manage-li.visible-lg {
    display: inline-flex !important;
  }
}

/* Màn hình nhỏ (xs): hamburger cùng dòng, ngoài cùng bên trái; nav-wrapper 1 dòng */
@media (max-width: 767px) {
  .teleteach .header {
    gap: 0 6px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .teleteach .navbar-mobile.visible-xs {
    display: flex !important;
    align-items: center;
    flex-shrink: 0;
    order: -1;
  }
  .teleteach .nav-wrapper.hidden-xs {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    flex: 1;
    min-width: 0;
    margin: 0;
    gap: 0 6px;
  }
  .teleteach .nav-wrapper .logo.hidden-xs {
    display: block !important;
  }
  .teleteach .nav-wrapper .profile .user-manage-li.visible-lg {
    display: inline-flex !important;
  }
  .teleteach .header > .logo.visible-xs {
    display: none !important;
  }
}

@media (min-width: 1200px) {
    .cd-container {
      width: 100%;
    }
  }
  .cd-container {
    margin: 0 auto;
    max-width: 86%;
    box-sizing: border-box;
    margin-bottom: 32px;
  }

  .cd-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }  

  .cd-design .cd-mb24 {
    padding: 24px 0px;
    margin-bottom: 0px;
  }
  .cd-btn  {
    border-radius: 20px !important;
    min-width: 72px;
     padding: 8px 16px !important;
  }
  .btn {
    border-radius: 20px !important;
     padding: 8px 16px !important;
  }
  .dropdown-menu > li > a:hover {
    background-color: var(--grey);
    color: var(--bs-success);
  }

/* Center Add Course page body content */
body.course-set-create-page #content-container {
  max-width: 1400px;
}
body.course-set-create-page #content-container .row {
  margin-left: 0;
  margin-right: 0;
}
body.course-set-create-page .panel-create-course {
  margin-left: 0;
  margin-right: 0;
}

/* Add Course page: use new green (--bs-success) for selected type and hover */
.panel-create-course .course-select.active {
  background: var(--bs-success) !important;
}
.panel-create-course .course-select:hover {
  border-color: var(--bs-success) !important;
}
.panel-create-course .course-piece:after {
  background-color: var(--bs-success) !important;
}

/* Add Course page: larger Add & Cancel buttons - same size */
body.course-set-create-page .panel-create-course .text-center #courseset-create-btn,
body.course-set-create-page .panel-create-course .text-center .course-cancel-btn {
  padding: 0 24px !important;
  font-size: 16px !important;
  height: 48px !important;
  min-height: 48px !important;
  width: 140px !important;
  min-width: 140px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
body.course-set-create-page .panel-create-course .text-center .course-cancel-btn {
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

/* Course detail page (my/course/{id}): limit container width to prevent layout break */
body.course-dashboard-page .container {
  max-width: 86% !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* My Course: hide left sidebar, main content full width (no Twig change) */
body.my-course .my-layout .modern-sidebar-menu {
  display: none !important;
}
body.my-course .my-layout .col-md-9 {
  width: 100% !important;
  max-width: 82% !important;
  flex: 1 1 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* My Course: bỏ mảng trắng thừa bên dưới – content chỉ cao bằng nội dung, footer sát dưới */
body.my-course {
  min-height: 0 !important;
}

/* FIX: teleteach default layout uses flex wrappers with flex-1/min-h-screen,
   which can stretch the page body and create a large white gap before footer
   on short-content pages (Learned/Favorite/More Options). Limit to My Course. */
body.my-course .group\/design-root {
  min-height: auto !important;
}
body.my-course .layout-container {
  flex: 0 0 auto !important;
  height: auto !important;
}
body.my-course .layout-container > .px-40 {
  flex: 0 0 auto !important;
}
body.my-course .layout-content-container {
  flex: 0 0 auto !important;
}
body.my-course .my-layout {
  min-height: 0 !important;
  align-items: flex-start !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.my-course .my-layout .col-md-9 {
  align-self: flex-start !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* Giảm khoảng dưới panel / section content */
body.my-course .panel-col,
body.my-course .panel.panel-default {
  margin-bottom: 0 !important;
}
body.my-course .panel-body {
  padding-bottom: 24px !important;
}
/* Row và wrapper nội dung không kéo dài */
body.my-course .my-layout.row {
  min-height: 0 !important;
}
body.my-course .col-md-9 > div,
body.my-course .my-course-section-content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}


/* My Course: nested "More Options" + active state for dropdown options */
.my-course-learning-menu .my-course-more-options .dropdown-item {
  padding-left: 28px !important;
}
.my-course-learning-menu .js-mycourse-more-options-toggle {
  font-weight: 600;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.my-course-learning-menu .js-mycourse-more-options-toggle .js-mycourse-more-options-arrow {
  margin-left: 8px;
  flex-shrink: 0;
  font-size: 0.75em;
  opacity: 0.9;
}
/* Option đang chọn (Courses hoặc option con của More Options): nền xanh nhạt + viền trái */
.my-course-learning-menu .dropdown-item.active {
  background: var(--bs-success-bg-subtle, #f0fdf4) !important;
  color: var(--bs-success, #019863) !important;
  border-left: 3px solid var(--bs-success, #019863) !important;
  font-weight: 600;
}
.my-course-learning-menu .dropdown-item:hover {
  background: var(--gray-50, #f9fafb) !important;
}

/* My Course: tabs inside panels (Discussions, Tests, Groups) – new green active */
body.my-course .panel .nav-pills li.active a,
body.my-course .panel-body .nav-pills li.active a {
  background: var(--bs-success, #019863) !important;
  color: #fff !important;
  border-radius: 20px;
}
body.my-course .panel .nav-pills li a:hover,
body.my-course .panel-body .nav-pills li a:hover {
  color: var(--bs-success, #019863);
}

/* Secondary nav (My Course / Teaching): màn hình nhỏ không chạy qua phải – wrap hoặc scroll */
.secondary-nav,
.my-course-secondary-nav {
  max-width: 100%;
  overflow-x: hidden;
}
.page-menu {
  min-width: 0;
  flex-wrap: wrap;
  row-gap: 8px;
}
.page-title {
  flex-shrink: 0;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .secondary-nav,
  .my-course-secondary-nav {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-title {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .page-menu {
    gap: 6px;
  }
  .page-menu-link {
    padding: 6px 12px;
    font-size: 13px;
  }
  .page-menu-link.has-dropdown {
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .secondary-nav,
  .my-course-secondary-nav {
    padding: 12px 12px;
  }
  .page-title {
    font-size: 18px;
    width: 100%;
    margin-bottom: 8px;
  }
  .page-menu {
    gap: 6px;
    row-gap: 6px;
  }
  .page-menu-link {
    padding: 6px 10px;
    font-size: 12px;
  }
  .page-menu-link.has-dropdown {
    padding-right: 22px;
  }
}

/* Content container: max width 86% từ 1600px trở lên */
@media (min-width: 1600px) {
  .container {
    width: 86% !important;
    max-width: 86%;
  }
}

