@media only screen and (max-width: 600px) {
    .cal-header-picker {
        display: none;
    }
    .page-title h3 {
        padding-bottom: 15px;
    }

    .page-wrapper .page-body-wrapper .page-title .breadcrumb {
        justify-content: flex-start !important;
    }

    .page-wrapper .page-header .header-wrapper .nav-right > ul > li .profile-media .media-body {
        display: block !important;
    }

    .profile-nav {
        display: inline-block !important;
    }

    .nav-menus .mode {
        display: none;
    }

    .login-card .login-main {
        width: auto !important;
        padding: 20px !important;
    }

    .login-card .login-main .theme-form .link {
        top: 40px !important;
    }

    #login-submit-btn {
        margin-top: 25px;
    }

    .login-card .logo img {
        max-width: 250px !important;
    }

    span#username-profile, span#role-profile {
        display: none;
    }

    #mobile-profile {
        display:block !important;
    }

    .page-wrapper.compact-wrapper .nav-right .nav-menus {
        margin-right: 10px;
    }
}

@media (min-width:1025px) {
    .table-responsive {
        overflow-x: unset;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1200px) {
    .alert-dismissible p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }
}