@media(max-width:992px) {
    .sidebar {
        left: -100%;
        padding-top: 69px;
        box-shadow: 3px 0 50px rgba(28,49,119,0.5);
    }

    .sidebar-sticky {
        height: calc(100vh - 69px);
    }

    .sidebar.active {
        left: 0;
    }

    .main {
        margin-left: 0;
        margin-top: 69px;
        width: 100%;
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

        header .navbar-light .navbar-nav .nav-link i {
            font-size: 20px;
            margin-right: 5px;
        }

    header .navbar-light .navbar-nav .nav-item {
        padding: 0 12px;
    }

    header .navbar-light .navbar-toggler {
        border: 0;
        margin-left: 10px;
        color: #fff;
        background-color: #2F55D4;
    }

        header .navbar-light .navbar-toggler:focus {
            outline: 0;
        }

    header .navbar-light .navbar-toggler-icon {
        background-image: none
    }

        header .navbar-light .navbar-toggler-icon i {
            font-size: 30px;
        }

    header .navbar {
        padding: 10px 30px;
    }

    .header-search.mobile {
        position: absolute;
        left: 0;
        right: 0;
        top: 69px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.25);
        display: none;
    }

        .header-search.mobile input {
            height: 60px;
            border-radius: 0;
            color: #fff;
            background-color: #2F55D4;
            font-size: 16px;
        }

        .header-search.mobile i {
            color: #fff;
            font-size: 30px;
            right: 15px;
        }

    .mobile-search {
        background-color: transparent;
        border: 0;
        font-size: 24px;
        color: #2F55D4;
        padding: 0 .5rem;
    }

        .mobile-search:focus {
            outline: 0;
        }

    .card-view.table-area table.dataTable tbody tr {
        display: flex;
        flex-direction: column;
    }
    /* .card-view .card {
        margin: 0;
    }*/
    .card-view.table-area table.dataTable tbody th, .card-view.table-area table.dataTable tbody td {
        margin: 0 0 15px;
        padding: 0;
    }
}

@media(max-width:768px) {
    header .navbar {
        padding: 10px 20px;
    }

    .chart-area {
        margin: 16px 0 0;
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        font-weight: 500;
    }

        header .navbar-light .navbar-nav .nav-link i {
            font-size: 17px;
            margin-right: 3px;
        }
    /*.quick-actions {
        margin-left: 0;
        justify-content: center;
    }*/
    .title-area .card {
        padding: 15px;
    }
    /* .title-area .block-title {
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }*/
    .table-area .dataTables_wrapper .dataTables_paginate {
        padding-top: 0;
    }

    .table-area .dataTables_wrapper .dataTables_info {
        padding-top: 15px;
    }

    .theme-selection .col {
        max-width: 33.33%;
        flex-basis: auto;
    }
    /* .color-info-box {
        height: auto;
    }*/
    .authincation-content {
        padding: 20px 20px 10px;
    }

    .block-title h2 {
        font-size: 18px;
    }
}


@media(max-width:575px) {
    .quick-actions {
        margin-left: 0;
        justify-content: center;
    }

    .title-area .block-title {
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .pieChart .percent {
        font-size: 22px;
        font-weight: 500;
        line-height: 22px;
    }

        .pieChart .percent span {
            font-size: 10px;
            line-height: 10px;
            font-weight: 500;
        }

    header .navbar-light .navbar-nav .nav-link {
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }

        header .navbar-light .navbar-nav .nav-link i {
            font-size: 14px;
        }

    .block-title h2 {
        font-size: 16px;
        font-weight: 500;
    }

    .block-title .title-icon {
        width: 30px;
        height: 30px;
        font-size: 20px;
        margin-right: 12px;
    }

    .card {
        padding: 15px;
        border-radius: 5px;
    }

    .stat-items.card {
        padding: 20px;
    }

    .user-profile {
        padding: 15px 15px 20px;
    }

        .user-profile .user-avatar {
            width: 35px;
            height: 35px;
        }

        .user-profile .username {
            font-size: 18px;
            margin: 10px 0 0;
        }

    .upgrade-btn {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 6px 20px 5px;
    }

    .sidebar .nav-link {
        padding: 15px 20px;
    }

    .sidebar-sticky .nav {
        padding: 10px 0;
    }

    header .navbar-light .navbar-toggler {
        padding: .25rem .55rem;
    }

    .table-area table.dataTable tbody th, .table-area table.dataTable tbody td {
        font-size: 13px;
    }

    .quick-actions .dropdown-toggle {
        font-size: 12px;
        padding: 5px 12px;
        padding-left: 0;
        line-height: 12px;
    }

    .quick-actions .btn-outline-light {
        font-size: 12px;
        padding: 5px 12px;
        /*        line-height: 12px;*/
    }

    .title-area .block-title {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .report-meta {
        flex-direction: column;
        font-size: 11px;
        text-align: center;
    }

        .report-meta i {
            margin-right: 0 !important;
            margin-bottom: 5px;
        }

    .report-data-header {
        border-radius: 5px 5px 0 0;
    }

    .theme-selection .col {
        max-width: 50%;
    }

    .table-pagination {
        justify-content: center;
        flex-direction: column;
    }

        .table-pagination .dataTables_paginate {
            padding-top: 0;
            padding-bottom: 20px;
        }
}
