a {
    color: #323232;
    text-decoration: none;
    transition: color .2s;
}

.wrapper .content .inner-content .list .change-text {
    color: #323232;
    font-weight: 600;
}

.wrapper .content .inner-content .list .change-text i:before {
    color: #323232;
}

.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-cover .profile-image .profile-image-update {
    overflow: hidden;
}


.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-cover .profile-image {
    overflow: hidden !important;
    will-change: transform;
}

.class-list .class-box .class-box-top {
    justify-content: flex-start !important;
}

.class-list .class-box {
    justify-content: flex-start !important;
    min-height: 175px !important;
    height: auto !important;
}

.class-list .class-box .class-box-top .class-img {
    object-fit: cover !important;
}

.istatistics-arrow {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 16px;
    transform: translateX(0);
    will-change: transform;
    transition: transform .2s;
}

.statistics-box {
    cursor: pointer;
}

.statistics-box:hover .istatistics-arrow {
    transform: translateX(-10px);
}


.istatistics-arrow:before {
    color: #FFFFFF;
}

.wrapper .content .inner-content .statistics.teacher .swiper-slide {
    max-width: 246px;
    margin-right: 15px;
}

a:hover {
    color: var(--clr-secondary);
}

header .logo {
    display: none;
}

header .logo img {
    width: 50px;
    transition: opacity .2s;
    margin-right: 25px;
}

.table .content-table td {
    color: #323232;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: var(--clr-secondary);
    ;
}

.table.scroll .cover-bar {
    display: none;
}


.overlay {
    position: fixed;
}

.general-add-form {
    position: fixed;
}

.wrapper .content .inner-content .inner-left .inner-header {
    padding-right: 0;
}



header .burger-menu {
    width: 18px;
    height: 16px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px;
    cursor: pointer;
    transition: transform .5s;
    transform: scale(1) scaleX(1);
    will-change: transform;
}

header .burger-menu.active {
    transform: scale(.95) scaleX(-1);
}

header .burger-menu.active~.logo {
    width: 0px;
}


header .burger-menu .line {
    width: 100%;
    height: 2px;
    background-color: var(--clr-primary);
    transition: width .1s, opacity .2s, transform .7s;
    border-radius: 1px;
    will-change: transform;
}

header .burger-menu .line:nth-child(2) {
    width: 80%;
}

header .burger-menu.active .line:nth-child(2) {
    display: none;
}

header .burger-menu.active .line:first-child {
    width: 75%;
    transform: translateY(5px) rotate(35deg)
}


header .burger-menu.active .line:last-child {
    width: 75%;
    transform: translateY(-2px) rotate(-35deg);
}

header .burger-menu:hover .line {
    width: 100%;
}

.content {
    transition: transform .3s;
}

.wrapper .content .inner-content {
    height: 100%;
}

.wrapper .content .inner-content.column {
    width: 100%;
}

.wrapper .content .inner-content .inner-left {
    width: 100%;
}

.table tr {
    position: relative;
}

.table tr a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 33;
}

.table tr td:last-child i {
    position: absolute;
    bottom: 15px;
    right: 20px;
    display: none;
    transition: transform .3s;
    transform: translateX(0);
    will-change: transform;
}

.table tr td:last-child i:before {
    color: #323232;
    font-size: 18px;
    transition: color .2s;
}

.table tr:hover td:last-child i:before {
    color: #FFFFFF;
}

.table tr:hover td:last-child i {
    transform: translateX(-5px);
}


.wrapper .content .inner-content .list .list-header .list-change-menu {
    min-width: 200px;
}


.sm-student.active .path3::before,
.change-menu-item.active .path3:before,
.sm-student:hover .path3:before,
.page-title.active .sm-student .path3:before,
.nav-item.active .sm-student .path3:before,
.nav-menu .menu-list li a:hover .sm-student .path3:before {
    color: var(--clr-tertiary) !important;
}

td .table-content {
    width: 100%;
}

td .table-content .mobile-title,
.table .content-table .user-details .mobile-title {
    display: none;
    transition: color .2s;
    color: rgba(0, 0, 0, .6);
}


.table .content-table tr:hover .mobile-title,
.table .content-table tr.active .mobile-title {
    color: #FFFFFF;
}

.class-list .class-list-wrapper,
.table.scroll .inner-scroll {
    height: auto !important;
    max-height: 100% !important;
    overflow-y: auto;
}

.wrapper .content .inner-content .statistics {
    min-height: 120px;
}

.wrapper .content .inner-content .list {
    margin-bottom: 20px;
}

.table.scroll .content-table,
.class-list .class-list-wrapper {
    padding-right: 0;
}

.header-table-wrapper {
    margin-right: 0 !important;
}

.wrapper .content {
    min-height: 100%;
}

.wrapper .content .inner-content .inner-left {
    overflow: auto;
}

.wrapper .content .inner-content.profile {
    justify-content: unset !important;
}

.wrapper .content .inner-content.profile .profile-details {
    height: auto;
    margin-bottom: 50px;
}

.user-details .delete {
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.table tr .delete i span::before {
    transition: color .2s, opacity .2s;
}

.table tr .delete i span:nth-child(1)::before {
    color: var(--clr-danger);
    opacity: .7;
}

.table tr .delete i span:nth-child(2)::before {
    color: var(--clr-danger);
    opacity: .5;
}

.table tr:hover .delete i span::before {
    color: #FFFFFF;
    opacity: 1;
}

.table .content-table .user-details .user-image {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.profile-content.profile .profile-content-wrapper .list .table.scroll {
    max-height: 716px;
}

.wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content .content-box {
    margin-bottom: 66px;
}

.wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content .content-box:last-child {
    margin-bottom: 0;
}

.profile-content.profile .profile-content-wrapper .list {
    margin-bottom: 0;
}

.wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box:first-child {
    min-width: 220px;
}

.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column,
.wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .average-points {
    position: relative;
    transition: all .3s;
}

.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column .show-more,
.wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .average-points .show-more {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    display: none;
}

.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column .show-more i,
.wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .average-points .show-more i {
    font-size: 12px;
    transition: transform .3s, color .3s;
    transform: rotate(0);
}

.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column .show-more.active i,
.wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .average-points .show-more.active i {
    transform: rotate(-180deg);
}

.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column .show-more i:before,
.wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .average-points .show-more i:before {
    color: #323232;
}

.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column .show-more:hover i:before,
.wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column .show-more.active i:before,
.wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .average-points .show-more:hover i:before,
.wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .average-points .show-more.active i:before {
    color: var(--clr-secondary);
}

.wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.settings {
    min-height: 610px;
    border-radius: 10px;
}

.wrapper.profile.settings .detail-box.column .column-content {
    max-width: unset;
    width: auto;
}

.wrapper .content .inner-content.profile .profile-details .profile-column .profile-content .form-wrapper {
    padding: 30px;
}

.back-button {
    position: absolute;
    bottom: 50px;
    left: 49%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    color: #323232;
    font-weight: 500;
    font-size: 15px;
}

.back-button i {
    will-change: transform;
    transform: translateX(0) rotate(180deg);
    font-size: 18px;
    font-weight: 500;
    width: 18px;
    height: 20px;
    transition: transform .2s;
}

.back-button:hover i {
    transform: translateX(-5px) rotate(180deg);
}

.back-button i:before {
    color: #323232;
}



@media screen and (max-width: 1600px) {

    .wrapper .content .inner-content.profile .profile-details .profile-column {
        flex-direction: column;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar {
        flex-direction: row;
        height: auto;
        width: 100%;
        max-width: 100%;
        justify-content: flex-end;
        padding-right: 0;
        margin-bottom: 50px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box:first-child {
        margin-right: auto;
        margin-bottom: 0;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content {
        width: 100%;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content {
        width: 35%;
        min-width: 414px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper {
        justify-content: space-between;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper.list-column .left-content {
        padding-left: 0;
        width: 60%;
    }

    .profile-content.profile .profile-content-wrapper .list .custom-list-title {
        max-width: 100%;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content .content-box {
        margin-bottom: 30px;
    }

    .wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box:last-child {
        text-align: right;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper.list-column .left-content {
        width: 50%;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content {
        width: 50%;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content .content-box:last-child {
        height: 100%;
    }


}

@media screen and (max-width: 1366px) {

    .wrapper.profile .sidebar {
        position: fixed;
        z-index: 99;
        background-color: #FFFFFF;
        transform: translateX(-100%);
        transition: transform .3s;
    }

    .wrapper.profile .class-list .cover-bar,
    .wrapper.profile .table.scroll .cover-bar {
        display: none;
    }

    .wrapper.profile .wrapper .content .header {
        padding: 0 30px;
    }

    .wrapper.profile header .burger-menu {
        display: flex;
    }

    .wrapper.profile header .logo {
        display: block;
    }

    .wrapper.profile .content {
        width: 100%;
    }



}

@media screen and (max-width: 1167px) {

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper.list-column .left-content .content-box:first-child .chart {
        padding: 5px 0;
    }

}



@media screen and (max-width: 1050px) {

    .table .header-table th,
    .table .content-table td {
        font-size: 14px !important;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper {
        flex-direction: column;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content {
        order: 1;
        flex-direction: row;
        width: 100%;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper.list-column .left-content {
        order: 2;
        width: 100%;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content {
        margin-left: 0;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content .content-box {
        height: 100%;
        width: 48%;
    }

    .wrapper .content .inner-content.profile {
        padding: 50px 20px 0 20px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar {
        flex-direction: column;
        position: absolute;
        right: 20px;
        z-index: 99;
        border-radius: 10px;
        width: auto;
        top: 283px;
        gap: 20px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box {
        background-color: #FFFFFF;
        padding: 20px;
        margin-bottom: 0;
        border-radius: 6px;
        border: 1px solid var(--clr-gray-fourth);
        max-width: 300px;
        box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
        transform: translateY(-100px);
        display: none;
        opacity: 0;
        transition: transform .3s, opacity .3s;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box:first-child {
        margin-bottom: 30px;
        margin-right: 0;
        display: flex;
        box-shadow: none;
        opacity: 1;
        transform: translateY(0);
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box:last-child {
        margin-left: 0;
    }

    .wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column .show-more,
    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .average-points .show-more {
        display: flex;
    }

    .wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box.column:first-child {
        padding-bottom: 30px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box:first-child {
        margin-bottom: 0;
    }

    .class-list .class-list-wrapper,
    .table.scroll .inner-scroll {
        max-height: unset !important;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper {
        flex-direction: row;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .content-box {
        width: 100%;
    }


    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content,
    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper.list-column .left-content {
        height: 100%;
        width: 48%;
        margin-bottom: 0;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content {
        order: 2;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper.list-column .left-content {
        order: 1;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper {
        gap: 10px;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content {
        min-width: unset;
    }

    .wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box:last-child {
        text-align: left;
    }



}