.main-content {
    top: clamp(40px, 5vw, 50px);
}

.academy__nav {
    height: clamp(40px, 5vw, 50px);
}

.academy__nav--item {
    padding: 10px;
    cursor: pointer;
    font-size: clamp(13px, 2vw, 16px);
    height: 100%;
}

.academy__nav--link:has(.academy__nav--item.active) {
    pointer-events: none;
}

.academy__nav--item.active {
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(162.63deg, #8d4df3 0%, #0120d4 98.99%);
    border-image-slice: 1;
    width: 100%;
    background: linear-gradient(162.63deg, #8d4df3 0%, #0120d4 98.99%);
    background-clip: text;
    color: transparent;
}

/* Hiệu ứng hover chỉ áp dụng cho phần tử không có class 'active' */
.academy__nav--item:not(.active):hover {
    background: linear-gradient(162.63deg, #8D4DF3 0%, #0120D4 98.99%);
    background-clip: text;
    color: transparent;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(162.63deg, #8D4DF3 0%, #0120D4 98.99%);
    border-image-slice: 1;
    width: 100%;
    transition: all 0.1s ease;
}

/* end header */

.teacher-info-container {
    background: linear-gradient(267deg, #EDEBFF 0%, #FFEFF3 100%);
    padding: 20px 50px;
    justify-content: space-between;
}

.teacher-statistical {
    gap: 60px;
}

.teacher-statistical-item-title {
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    color: #808190;
    text-wrap: nowrap;
}

.teacher-statistical-item-quantity {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 900;
}

.teacher-info {
    gap: 20px;
}

.teacher-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: clamp(100px, 8vw, 150px);
}

.avatar-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(100px, 8vw, 120px); /* hoặc bất kỳ kích thước nào bạn muốn */
    height: clamp(100px, 8vw, 120px); /* hoặc bất kỳ kích thước nào bạn muốn */
    background-color: #ccc; /* màu nền bạn muốn */
    color: #fff; /* màu chữ bạn muốn */
    font-size: clamp(18px, 2vw, 48px);
    border-radius: 50%;
    text-transform: uppercase;
}

.teacher-avatar-container {
    width: clamp(100px, 8vw, 120px);
    height: clamp(100px, 8vw, 120px);
    border: 2px solid #fff;
    border-radius: 50%;
}

.teacher-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.btn-edit-info-lecturer {
    border: none;
    border-radius: 5px;
    background: #FFF;
    padding: 5px 10px;
}

.btn-edit-info-lecturer:hover {
    opacity: 0.8;
}

.teacher-name {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: #464646;
}

.teacher-role-wrapper {
    padding: 15px 0;
}

.teacher-role {
    color: #808190;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 400;
}

#ipt-lecturer-name, #ipt-lecturer-introduce {
    color: #333;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
}

#ipt-lecturer-bio-link {
    border: 1px solid #000;
    border-radius: 0;
}

#ipt-lecturer-bio-link:focus {
    outline: none;
    box-shadow: none;
}

.btn-handle-edit-lecturer-info {
    border-radius: 50%;
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    border: none;
    gap: 5px;
    font-size: clamp(14px, 2vw, 15px);
    width: 24px;
    height: 24px;
}

.icon-bio-link {
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 5px 12px;
    border-radius: 5px;
    background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
}

.icon-bio-link:hover {
    opacity: 0.8;
}

#btn-ez-link:hover {
    background: linear-gradient(163deg, #8D4DF3 0%, #0120D4 98.99%);
}

.teacher-description-content {
    text-align: justify;
}

.teacher-introduce {
    margin: 20px 50px;
}

.teacher-introduce--content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.teacher-introduce--title {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
}

.teacher-introduce--desc-content {
    font-size: clamp(14px, 2vw, 15px);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.teacher-info-icon {
    border-radius: 20px;
    display: block;
    padding: 18px;
    height: 100%;
}

.teacher-info-icon i {
    font-size: 24px;
}

.teacher-info--course-icon {
    background: #d0f1ff;
}

.teacher-info--course-icon i {
    color: #0083BE;
}

.teacher-info--student-icon {
    background: #D4E9DA;
}

.teacher-info--student-icon i {
    color: #216C36;
}

.teacher-info--sales-icon {
    background: #f6e0bf;
}

.teacher-info--sales-icon i {
    color: #D2830C;
}

.teacher-evaluate {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.teacher-evaluate-title {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
}

.teacher-evaluate-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.star {
    color: gray;
    font-size: clamp(14px, 2vw, 15px);
    position: relative;
}

.star.full {
    background: linear-gradient(90deg, rgba(251, 205, 50, 1), rgba(255, 129, 71, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star.overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star.overlay.partial {
    width: 0;
    background: linear-gradient(90deg, rgba(251, 205, 50, 1), rgba(255, 129, 71, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.teacher-evaluate-detail {
    margin-top: 10px;
}

.teacher-evaluate-detail--item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.teacher-evaluate-detail--item-title {
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500;
}

.progress-bar {
    background: #eaecef;
    width: clamp(230px, 2vw, 360px);
    height: 22px;
    border-radius: 4px;
}

.progress-bar-fill {
    background: linear-gradient(197deg, #FF8147 0%, #FBCD32 100%);
    height: 100%;
    width: 0; /* Start with 0% width */
    border-radius: 4px 0 0 4px; /* Rounded corners for the fill bar */
    transition: width 0.4s ease; /* Smooth transition for width change */
}

.progress-bar-value {
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500;
}

/* section quality */
.quality {
    margin: 50px 100px;
}

.quality__content {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.quality__content--item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.item--icon-course {
    border-radius: 20px;
    background: #d0f1ff;
    display: block;
    padding: 25px;
}

.icon--course {
    font-size: 40px;
    color: rgba(0, 131, 190, 1);
}

.item--info-course,
.item--info-student,
.item--info-sales,
.item--info-evaluate {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 5px 0;
    font-size: clamp(18px, 2vw, 24px);
}

/*.info-quantity-course {*/
/*    color: #0083be;*/
/*    font-size: clamp(24px, 2vw, 32px);*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/

.item--icon-student {
    background-color: rgba(212, 233, 218, 1);
    border-radius: 20px;
    display: block;
    padding: 25px;
}

.icon-student {
    font-size: 40px;
    color: rgba(33, 108, 54, 1);
}

/*.info-quantity-student {*/
/*    color: #216c36;*/
/*    font-size: clamp(24px, 2vw, 32px);*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/

.item--icon-sales {
    border-radius: 20px;
    display: block;
    padding: 25px;
    background: #f6e0bf;
    margin-right: 10px;
}

.icon-sales {
    font-size: 40px;
    color: rgba(210, 131, 12, 1);
}

/*.info-quantity-sales {*/
/*    color: #d2830c;*/
/*    font-size: clamp(24px, 2vw, 32px);*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/

.item--icon-evaluate {
    border-radius: 20px;
    display: block;
    padding: 25px;
    background: #cecaff;
    margin-right: 10px;
}

.icon-evaluate {
    font-size: 40px;
    color: rgba(101, 62, 163, 1);
}

/*.info-quantity-evaluate {*/
/*    color: #653ea3;*/
/*    font-size: clamp(24px, 2vw, 32px);*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/

/* end section quality */

/* my__product */
.my__product {
    margin: 0 50px;
}

.product--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid rgba(70, 70, 70, 1);
    padding: 20px 0 15px;
}

.product--content-title {
    color: #000;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.product--content-btn {
    border-radius: 5px;
    border: 1px solid #808190;
    background: rgba(250, 250, 250, 0);
    color: #808190;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    padding: 5px 10px;
}


.product--content-btn i {
    margin-right: 8px; /* Khoảng cách giữa icon và văn bản */
    font-size: 18px; /* Kích thước của icon */
}

.product--content-btn:hover {
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    color: #fff;
    border-color: #8d4df3;
}

.product--content-created__course {
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 15px 0;
}

.created__course {
    padding: 20px;
}

.created__course--title {
    color: #000;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
}

.created__course--formact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.group {
    display: flex;
    line-height: 28px;
    align-items: center;
    position: relative;
    width: clamp(250px, 20vw, 350px);
}

.ipt-search {
    padding: .35rem 1rem .35rem 2.5rem;
    background: #fff;
    color: #333;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.ipt-search::placeholder {
    color: #9e9ea7;
}

.icon {
    position: absolute;
    left: 1rem;
    color: #9e9ea7;
    width: 1rem;
    height: 1rem;
}

.created__course--act {
    display: flex;
    align-items: center;
    gap: 25px;
}

.count-course-selected--text {
    color: #000;
    font-size: clamp(14px, 2vw, 15px);
}

.count-course-selected--number {
    font-weight: 700;
}

.course--action-btn {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #808190;
    background: #fff;
    color: #808190;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    padding: 5px 10px;
}

.course--action-btn i {
    margin-left: 5px;
}

.btn-remove-selected-courses {
    display: flex;
    align-items: center;
    border: none;
    background-color: white;
    color: #1d1b20;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    padding: 12px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-content-action {
    display: none;
    position: absolute;
    border-radius: 15px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    top: 110%;
    right: 0;
    transition: all 0.1s ease-in-out;
    background: #fff;
    width: 160px;
    z-index: 99;
    white-space: nowrap;
}

.dropdown-content-action:before {
    content: "";
    position: absolute;
    width: 100%;
    top: -10px;
    right: 0;
    border: 10px solid transparent;
}

.drop--act button iconify-icon {
    margin-right: 7px;
}

.drop--act button:hover {
    background-color: #f0f0f0;
    color: #000;
}

.course--action-btn:focus:not(:hover) {
    outline-color: rgba(0, 0, 0, 0.15);
    outline-offset: 0.125em;
}

/*end drop menu hành độhng */
/* end hành động */

/* bộ lọc */
.course--filter-btn {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #808190;
    background: #fff;
    color: #808190;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    padding: 5px 10px;
}

.course--filter-btn i {
    margin-right: 5px;
}

.course--add-link {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    color: rgba(255, 255, 255, 1);
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none;
}

.course--add-link:hover {
    color: #fff;
    opacity: 0.8;
}

.course--add-link i {
    margin-right: 5px;
}

/* drop filter */
.popup-filter {
    position: relative;
}

.popup-filter:hover .popup-window-filter {
    display: block;
}

.popup-window-filter {
    width: fit-content;
    display: none;
    position: absolute;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    right: 0;
    transition: all 0.1s ease-in-out;
    top: 110%;
    z-index: 99;
    white-space: nowrap;
}

.popup-window-filter:before {
    content: "";
    position: absolute;
    width: 100%;
    top: -10px;
    right: 0;
    border: 10px solid transparent;
}

.drop--filter-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
}

.drop--filter-row h2 {
    color: #000;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    margin-bottom: 10px;
}

.drop--filter-item {
    width: 100%;
}

.line {
    border: 1px solid rgba(128, 129, 144, 1);
    margin: 10px 0;
}

.created__course--filter:hover .drop--filter {
    display: block;
}

.public,
.free,
.latest {
    margin: 10px 0;
}

.not-public,
.private,
.paid,
.oldest {
    margin-bottom: 10px;
}

/* end drop filter */
/* end bộ lọc */
/* ==== */

/* table */
.created__course--container {
    margin-top: 20px;
}

table {
    width: 100%;
}

table thead tr {
    border-radius: 20px;
}

th {
    background: #f6f6f6;
    color: rgba(70, 70, 70, 1);
    font-weight: bold;
    margin: 0;
}

.title__table {
    text-align: center;
    margin-bottom: 0;
    font-size: clamp(14px, 2vw, 15px);
    /*white-space: nowrap;*/
}

.title__table iconify-icon {
    margin-left: 7px;
}

td,
th {
    padding: 10px;
    border: none;
    text-align: left;
}

tbody tr {
    border-bottom: 1px solid black;
}

td p {
    margin: 0;
}

/* Hide the default checkbox */
.course-item-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.course-item-checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 2px;
    border: 2px solid #49454F;
}

/* When the checkbox is checked, add a blue background */
.course-item-checkbox-container input:checked ~ .checkmark {
    background-image: linear-gradient(163deg, #8d4df3 0%, #0120d4 98.99%);
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.course-item-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.course-item-checkbox-container .checkmark:after {
    left: 50%;
    top: 45%;
    width: 0.25em;
    height: 0.5em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    transform: translate(-50%, -50%) rotate(45deg)
}

.tbody--evaluate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #464646;
}

.tbody--name {
    color: #464646;
    text-align: justify;
    font-weight: 400;
    max-width: clamp(150px, 15vw, 300px);
    white-space: nowrap; /* Ngăn ngừa xuống dòng */
    overflow: hidden; /* Ẩn phần dư thừa */
    text-overflow: ellipsis; /* Hiển thị dấu (...) */
}

/* end my__product */

/* danh sách lộ trình  */
.learning--action-btn {
    display: flex;
    border-radius: 5px;
    border: 1px solid #808190;
    background: #fff;
    color: #808190;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 700;
    padding: 7px 15px;
}

.learning--action-btn iconify-icon {
    margin-right: 2px;
}

.tbody--tag {
    color: #000;
    font-size: clamp(14px, 2vw, 15px);
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background: #f6f6f6;
    padding: 10px 15px;
    width: 60%;
}

.tbody--tag svg {
    margin-right: 7px;
}

/* Container cho dropdown */
.btn-dropdown {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    padding: 8px;
    display: flex;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 95%;
    right: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 99;
    min-width: 160px;
    padding: 0;
    overflow: hidden;
}

.dropdown-menu.show {
    display: block; /* Hiển thị dropdown khi có class 'show' */
}

.dropdown-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.drop-item {
    padding: 10px 16px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    font-size: clamp(14px, 2vw, 15px);
    display: flex;
    align-items: center;
    gap: 5px;
}

.drop-item:hover {
    background-color: #eee;
}

/*.ellipsis-container {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*}*/

/*.more-option {*/
/*    display: none;*/
/*    position: absolute;*/
/*    width: fit-content;*/
/*    white-space: nowrap;*/
/*    top: 100%;*/
/*    right: 0;*/
/*    border-radius: 10px;*/
/*    background-color: white;*/
/*    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
/*    z-index: 1;*/
/*}*/

/*.ellipsis-container:hover .more-option {*/
/*    display: block;*/
/*}*/

.popup-window-btn-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 10px;
    text-align: left;
    color: #333;
}

/*.popup-window-btn {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border: none;*/
/*    background: none;*/
/*    padding: 10px 15px;*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    color: #333;*/
/*    cursor: pointer;*/
/*    transition: background 0.3s;*/
/*}*/

/*.popup-window-btn:hover {*/
/*    background-color: #f0f0f0;*/
/*}*/

/*.popup-window-btn i {*/
/*    margin-right: 8px;*/
/*}*/

/*.popup-window-btn span {*/
/*    display: inline-block;*/
/*}*/

/* paginate */
.course--paginate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: rgba(70, 70, 70, 1);
}

.course-pagination {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.page-item.active {
    background: #d9d9d9 !important;
    padding: 7px 15px;
}

.page-item.active .page-link {
    font-weight: bold;
}

.left,
.right {
    background-color: #d9d9d9;
}

.center {
    letter-spacing: 2px;
}

#modal-edit-lecturer-info .modal-dialog,
#modal-share-link-course .modal-dialog,
#modal-share-link-lecturer .modal-dialog {
    max-width: fit-content;
    margin: auto;
    min-width: clamp(300px, 40vw, 900px);
    padding: 10px;
}

.avatar-upload {
    position: relative;
    max-width: 200px;
    margin: auto;
}

.avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-edit:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-edit i {
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar-preview {
    width: clamp(100px, 8vw, 120px);
    height: clamp(100px, 8vw, 120px);
    position: relative;
}

#imagePreview {
    width: 100%;
    height: 100%;
}

.image-preview {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.copy-url {
    margin-top: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.copy-url input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 8px 0 0 8px;
    outline: none;
    font-size: clamp(14px, 2vw, 15px);
    color: #495057;
}

.copy-url button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background-color: #eee;
    color: #000;
    font-size: clamp(14px, 2vw, 15px);
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.copy-url button:hover {
    background-color: #ccc;
}

/* css course template mobile */
.course--list-item {
    border-bottom: 1px solid #eaecef;
    padding: 10px 0;
}

.course--list-item__info {
    display: flex;
    flex-direction: column;
}

.course--list-item__info-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.course--list-item__thumbnail-container {
    width: 30%;
    height: 100%;
}

.course--list-item__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.course--list-item__content {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.course--list-item__title {
    font-size: 14px;
    margin-bottom: 5px;
}

.course--list-item__price {
    color: #CA3F00;
}

.course--list-item__student,
.course--list-item__evaluate,
.course--list-item__price {
    font-size: 14px;
    margin-bottom: 0;
}

.course--list-item__classify,
.course--list-item__status {
    font-size: 14px;
    margin-bottom: 5px;
}

.course--list-item__evaluate span {
    font-size: 14px;
    vertical-align: middle;
}

.course--list-item__classify span,
.course--list-item__status span {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: clamp(12px, 2vw, 14px);
    margin-bottom: 0;
    white-space: nowrap;
}

.list-icon-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
    padding: 0;
    flex-wrap: wrap;
    gap: 50px;
}

.list-icon-content .icon-content {
    margin: 0 10px;
    position: relative;
}

.list-icon-content .icon-content .tooltip {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    font-size: 14px;
    transition: all 0.3s ease;
}

.list-icon-content .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.list-icon-content .icon-content a:hover {
    box-shadow: 3px 2px 45px 0 rgb(0 0 0 / 12%);
}

.list-icon-content .icon-content a i {
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.list-icon-content .icon-content a:hover {
    color: white;
}

.list-icon-content .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.list-icon-content .icon-content a:hover .filled {
    height: 100%;
}

.list-icon-content .icon-content a[data-social="facebook"] .filled {
    background-color: #3b5998;
}

.list-icon-content .icon-content a[data-social="messenger"] .filled {
    background-color: #0084ff;
}

.list-icon-content .icon-content a[data-social="telegram"] .filled {
    background-color: #0088cc;
}

.list-icon-content .icon-content a[data-social="twitter"] .filled {
    background-color: #1da1f2;
}

.list-icon-content .icon-content a[data-social="linkedin"] .filled {
    background-color: #0077b5;
}

.list-icon-content .icon-content a[data-social="whatsapp"] .filled {
    background-color: #25d366;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    /* CSS rules for xs */
    .main-content {
        bottom: 70px !important;
    }

    .teacher-info-icon {
        padding: 10px;
    }

    .created__course {
        padding: 12px;
    }

    .teacher-info-icon img {
        width: 20px;
        height: 20px;
    }

    .teacher-info {
        justify-content: start;
        gap: 30px;
    }

    .teacher-statistical {
        gap: 10px;
        justify-content: space-evenly !important;
    }

    .teacher-introduce--container {
        gap: 20px;
    }

    .teacher-introduce {
        margin: 12px;
    }

    .academy__nav--item {
        padding: 8px;
    }

    .teacher-info-container {
        flex-direction: column;
        gap: 30px;
        padding: 10px;
    }

    .teacher-role-wrapper {
        padding: 8px 0;
    }

    .quality {
        margin: 20px;
    }

    .quality__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .item--icon-course,
    .item--icon-student,
    .item--icon-sales,
    .item--icon-evaluate {
        padding: 18px;
    }

    .item--icon-course iconify-icon,
    .item--icon-student iconify-icon,
    .item--icon-sales iconify-icon,
    .item--icon-evaluate iconify-icon {
        font-size: 30px;
    }

    .my__product {
        margin: 12px;
    }

    .created__course--formact {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .created__course--act {
        flex-wrap: wrap;
        justify-content: end;
        padding-left: 5px;
    }

    .course--action-btn,
    .course--filter-btn,
    .course--add-link {
        padding: 5px;
        font-size: 14px;
    }

    .dropdown-content-action {
        left: 0;
        width: max-content;
    }

    .drop--filter-row {
        gap: 8px;
    }

    .input-group-text {
        display: none;
    }

    #ipt-lecturer-bio-link {
        border-radius: 4px 0 0 4px;
    }

    #ipt-lecturer-bio-link::-webkit-input-placeholder {
        font-size: 14px;
    }

    .course--table_main {
        overflow-x: auto;
    }

    .popup-window-filter {
        width: max-content;
        left: 0;
    }

    .form-search {
        display: flex;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* CSS rules for sm */
    .academy__nav--item {
        padding: 8px;
    }

    .teacher-info-container {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .teacher-role-wrapper {
        padding: 10px 0;
    }

    .quality {
        margin: 20px;
    }

    .quality__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .item--icon-course,
    .item--icon-student,
    .item--icon-sales,
    .item--icon-evaluate {
        padding: 18px;
    }

    .item--icon-course iconify-icon,
    .item--icon-student iconify-icon,
    .item--icon-sales iconify-icon,
    .item--icon-evaluate iconify-icon {
        font-size: 30px;
    }

    .my__product {
        margin: 0 20px;
    }

    .created__course--formact {
        flex-direction: column;
        gap: 20px;
        align-items: unset;
    }

    .created__course--act {
        justify-content: start;
    }

    .course--action-btn,
    .course--filter-btn,
    .course--add-link {
        padding: 5px;
        font-size: 14px;
    }

    .dropdown-content-action {
        left: 0;
        width: max-content;
    }

    .course--table_main {
        overflow-x: auto;
    }

    .popup-window-filter {
        width: max-content;
        left: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* CSS rules for md */
    .quality {
        margin: 20px;
    }

    .item--icon-course,
    .item--icon-student,
    .item--icon-sales,
    .item--icon-evaluate {
        padding: 18px;
    }

    .my__product {
        margin: 0 20px;
    }

    .created__course--formact {
        gap: 20px;
        align-items: center;
    }

    .dropdown-content-action {
        left: 0;
        width: max-content;
    }

    .popup-window-filter {
        width: max-content;
        right: 0;
    }

    .teacher-info-icon {
        padding: 15px;
    }

    .teacher-statistical {
        gap: 14px;
    }

    .teacher-info-icon img {
        width: 28px;
        height: 28px;
    }

    .teacher-info-container {
        padding: 20px 30px;
    }

    .icon-bio-link {
        padding: 8px 12px;
    }

    .teacher-introduce--container {
        gap: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* CSS rules for lg */
    .teacher-info-container {
        padding: 20px;
    }

    .teacher-info-icon {
        padding: 15px;
    }

    .teacher-info-icon img {
        width: 28px;
        height: 28px;
    }

    .teacher-statistical {
        gap: 20px;
    }

    .teacher-introduce--container {
        gap: 20px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* CSS rules for xl */
    .teacher-info-icon {
        padding: 20px;
    }

    .teacher-info-container {

    }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    /* CSS rules for xxl */
}
