@media screen and (min-width: 1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px;
        justify-content: center;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none;
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none;
    }

    .email-toggle-btn {
        display: none!important;
    }

    .chat-toggle-btn {
        display: none!important;
    }
}

@media screen and (max-width:1280px) {
    .email-header {
        height: auto
    }
    .email-content {
        padding: 100px 0 0 0
    }
}

@media only screen and (max-width: 1199px) {
    .row.row-group>div {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .row.row-group>div:last-child {
        border-right: none;
        border-bottom: 0;
    }
}

@media screen and (max-width:1024px) {
    .topbar {
        left: 0!important
    }
    .mobile-toggle-menu {
        display: block
    }
    .sidebar-wrapper {
        left: -300px;
        box-shadow: none
    }
    .page-wrapper {
        margin-left: 0
    }
    .page-footer {
        left: 0
    }
    .wrapper.toggled .sidebar-wrapper {
        left: 0
    }
    .wrapper.toggled .page-wrapper {
        margin-left: 0
    }
    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .6;
        z-index: 10;
        display: block;
        cursor: move;
        transition: all .2s ease-out
    }
    .error-404 {
        height: auto;
        padding: 6rem 1rem
    }
    .chat-header {
        border-top-left-radius: .25rem;
        left: 0;
    }
    .chat-footer {
        border-bottom-left-radius: .25rem;
        left: 0;
    }
    .chat-sidebar {
        left: -370px
    }
    .chat-content {
        margin-left: 0
    }
    .chat-toggled .chat-sidebar {
        left: 0
    }
    .chat-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 340px;
        background: #000;
        opacity: .5;
        z-index: 11;
        display: block;
        cursor: move;
        transition: all .3s ease-out
    }
    .email-header {
        border-top-left-radius: .25rem;
        left: 0;
    }
    .email-sidebar {
        left: -280px;
    }
    .email-content {
        margin-left: 0;
    }
    .email-toggled .email-sidebar {
        left: 0;
    }
    .email-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 250px;
        background: #000;
        opacity: .5;
        z-index: 9;
        display: block;
        cursor: move;
        transition: all .3s ease-out
    }
}

@media screen and (max-width:991px) {
    .section-authentication-signin {
        height: 100%;
        margin-top: 6rem;
        margin-bottom: 2rem
    }
    .authentication-reset-password {
        height: auto;
        padding: 2rem 1rem
    }
    .authentication-lock-screen {
        height: auto;
        padding: 2rem 1rem
    }
    .compose-mail-popup {
        width: auto;
        position: fixed;
        bottom: -30px;
        right: 0;
        left: 0
    }
}

@media screen and (max-width:767px) {
    .user-box .user-info {
        display: none
    }
    .authentication-forgot {
        height: auto;
        padding: 2.5rem 1rem
    }
}

@media screen and (max-width:620px) {
    .topbar .navbar .dropdown-menu::after {
        display: none
    }
    .topbar .navbar .dropdown {
        position: static!important
    }
    .topbar .navbar .dropdown-menu {
        width: 100%!important
    }
}

@media screen and (max-width:520px) {
    .chat-footer-menu,
    .chat-top-header-menu {
        display: none
    }
}