
media (min-width: 600px) {
    .header-content nav.user-menu {
        margin: 0 6px;
    }
}

.smart .btn:not(.btn-small) {
    padding: 0px 11px;
}

.lang-menu .flag i.tr {
    background-position: 0 -94px;
}

[dir="rtl"] body {
    text-align: right;
}

[dir="rtl"] #slide_menu {
    right: 0;
    transform: translateX(105%);
}

main {
    margin-top: 90px;
}

.slick-dots {
    display: none;
}

.logo-main.medium {
    /* font-size: 0.5rem; */
}

.dropdown-menu .dropdown-item::before {
    display: inline-block;
    content: "\E3E7";
    font-family: "Material Icons";
    padding-inline-end: 5px;
}

.dropdown-menu .dropdown-item {
    text-align: start;
    line-height: 2.5rem;
}
.collection.thumb {
    text-align: center;
}
.user_thumb {
    margin-top: 40px;
    text-align: center;
}

.centered {
    text-align: center;
}

.material-symbols-rounded {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.btn-update-settings {
    font-size: 1.6rem !important;
}

td a {
    color: black;
}
.theme--dark td,
.theme--dark td a,
.theme--dark th {
    color: #fff;
}

.search-banner {
    height: 80px;
    padding-top: 0px;
    background: rgb(94, 210, 217);
    background: linear-gradient(
        90deg,
        rgba(94, 210, 217, 0.15028009494813555) 0%,
        rgba(137, 221, 194, 0.1614845767408526) 64%,
        rgba(0, 212, 255, 0.26232491287530635) 100%
    );
}

.instructor_thumb div {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    color: black;
}

.theme--dark .instructor_thumb div {
    color: white;
}

/* .instructor_thumb a div {
    color: black;
} */
.instructor_thumb div img {
    border-radius: 50%;
    max-width: 36px;
    font-size: 18px;
    height: 36px;
    width: 36px;
    margin-inline-end: 8px;
}

.course_box.collection i.studen {
    display: flex;
    align-items: center;
}
.course_box p::before {
    display: inline-block;
    background-position: center;
    background-color: red;
    background-size: cover;
    border-radius: 50%;
    content: "    ";
    width: 32px;
    height: 32px;

    background-image: url("/assets/icons/students.png");
}

.course-icon {
    background-size: cover;
}

.course-icon.students {
    background-image: url("/assets/icons/students.png");
}
.course-icon.lessons {
    background-image: url("/assets/icons/students.png");
}

.course-icon.status {
    background-image: url("/assets/icons/students.png");
}

.lock {
    pointer-events: none;
}
