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

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

.wrapper .content {
    width: 100%;
}

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

header .burger-menu {
    display: flex;
}

header .logo {
    display: block;
}

.success,
.warning,
.error,
.information {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    font-size: 12px;
}

.success .close-alert,
.warning .close-alert,
.error .close-alert,
.information .close-alert {
    font-size: 16px;
    padding: 4px;
    margin-left: 8px;
}

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

    .wrapper .content .inner-content.dashboard,
    .wrapper .content .inner-content .inner-left {
        padding: 50px 10px 0 10px;
    }

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

}


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

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

    .wrapper .content .inner-content.profile .profile-details .profile-cover .profile-image,
    .wrapper .content .inner-content.profile .profile-details .profile-cover .user-details {
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-cover .user-details {
        width: 100%;
        top: calc(100% + 55px);
    }

    .wrapper .content .inner-content.profile .profile-details .profile-cover .user-details .user-name {
        display: flex;
        flex-direction: column;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-cover .user-details .user-type {
        text-align: center;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-cover .user-details .user-name {
        gap: 6px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column {
        padding-left: 0;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column {
        margin-top: 180px;
    }


    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar {
        flex-direction: column;
        position: inherit;
        background-color: #FFFFFF;
        border-radius: 10px;
        width: 100%;
        max-width: unset;
        margin-bottom: 25px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column {
        margin-top: 150px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-sidebar .detail-box {
        width: 100%;
        max-width: unset;
    }

    .profile-content.profile .profile-content-wrapper .chart {
        padding: 10px;
    }

    .wrapper.profile.student .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

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

    .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: 10px;
    }

}


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

    .wrapper .content .header .header-right .user-settings .user-details {
        display: none;
    }

    .wrapper .content .header .header-right .user-settings .settings-menu {
        min-width: 120px;
        right: -4px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.profile .profile-content-wrapper .right-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

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

}



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

    .wrapper.profile.settings .double-input,
    .wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-content.settings .form-wrapper form .double-input {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .wrapper.profile.settings .double-input .input-title,
    .wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-content.settings .form-wrapper form .double-input .input-title {
        width: auto;
        min-width: unset;
        margin-bottom: 12px;
    }

    .wrapper.profile.settings .content .inner-content.profile .profile-details .profile-column .profile-content .form-wrapper button {
        width: 100%;
        max-width: unset;
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-column .profile-content.settings .settings-header ul {
        flex-wrap: wrap;
    }

}


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

    .table tr {
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 10px;
    }

    .table .content-table tr:nth-child(even) {
        border-left: 1px solid var(--clr-gray-fourth);
        border-bottom: 1px solid var(--clr-gray-fourth);
        border-right: 1px solid var(--clr-gray-fourth);
        border-top: 1px solid var(--clr-gray-fourth);
    }

    .table .content-table tr:nth-child(even) td,
    .table .content-table tr:nth-child(even) td:first-child {
        border: none;
    }

    .profile-content.profile .profile-content-wrapper .list tr td:first-child,
    .table .content-table td {
        width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
        padding: 10px;
    }

    .header-table,
    .header-table-wrapper {
        display: none;
    }

    td .table-content .mobile-title,
    .table .content-table .user-details .mobile-title {
        display: block;
    }

    td .table-content .mobile-title {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }

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

    .table tr td:last-child i {
        display: block;
    }

    .wrapper.login .logo {
        max-width: 280px;
    }

    .wrapper.login .login-form {
        margin: 0 10px;
        padding: 30px;
    }

}


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

    .wrapper .content .header .page-title i,
    .wrapper .content .header .page-title h2 {
        display: none;
    }

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


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

    .profile-content.profile .profile-content-wrapper .chart {
        padding: 20px !important;
    }

}


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

    .inner-header .button.gray {
        font-size: 0;
        width: 34px;
        height: 34px;
        gap: 0;
        margin-left: 15px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-cover {
        height: 180px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-cover .profile-image {
        width: 120px;
        height: 120px;
        border: 4px solid #ffffff;
        border-radius: 12px;
    }

    .wrapper .content .inner-content.profile .profile-details .profile-cover .user-details {
        top: calc(100% + 43px);
    }

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

    .profile-content.profile .profile-content-wrapper .chart {
        padding: 10px !important;
    }

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


    .wrapper.login .login-form {
        border: none;
        padding: 0 10px;
    }

}



@media screen and (max-width: 340px) {
    .wrapper .content .header {
        padding: 0 24px;
    }


}