/* Mobile */
@media (max-width: 767px) {
    h1 {
        line-height: 43px;
        font-size: 25px;
    }

    .project-details-buttons .btn-rounded {
        height: 30px;
        width: 30px;
    }

    .project-details-buttons .btn-rounded i {
        line-height: 20px;
        font-size: 15px;
        width: auto;
        height: 20px;
    }

    .content-page .content {
        margin-top: 50px;
    }

    .content-page.view-all-tasks .content, .content-page.edit-client .content {
        margin-top: 25%;
    }

    .content-page.add-project-page .content, .content-page.edit-project-page .content, .content-page.add-client .content {
        margin-top: 30%;
    }   

    .errorlog {
        margin-top: 20%;
    }

    .content-page.current-teams, .content-page.categories-page, .content-page.users {
        margin-top: 10%;
    }

    .content-page .content.home {
        padding: 0 10px;
        margin-top: 50px;
        margin-bottom: 50px;
        min-height: 100vh;
        max-height: 100%;
        height: 100%;
        overflow-y: auto;
    } 

    .login-main-page h1 {
        font-size: 50px;
        margin-top: 60%;
        margin-bottom: 30%;
    }

    .navbar-default .topbar-right-menu li {
        float: right;
        text-align: center;
    }

    .card-box {
        padding: 15px 10px!important;
    }

    /* .taskboard-box {
        height: 100%;
        max-height: 400px;
        overflow: auto;
    } */

    .home .my-projects {
        margin: 20px 0 20px 0;
        max-height: 350px;
        overflow-y: scroll!important;
        overflow-x: hidden;
        width: 100%;
        padding: 20px!important;
    }

    .home .my-projects .col-12 {
        padding-left: 0;
    }

    .button-menu-mobile {
        background: transparent;
        border: none;
        color: #435966;
        font-size: 30px;
        line-height: normal;
    }

    .task-tags {
        margin-top: 0!important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
        width: 100%;
        padding: 5px 0;
        margin-bottom: 0px;
        height: 35px;
    }

    .modal-content .nav-tabs {
        padding: 0;
        margin-bottom: 10px;
        position: absolute;
        top: 0;
        height:190px;
        width: 100%;
        z-index: 99999999;
    }

    .modal-content .tab-content {
        min-height: 300px;
        max-height: 300px;
        overflow-y: auto;
        margin-top: 55%;
        padding: 15px 10px!important;
    }

    .modal-body .col-md-9 {
        padding: 0;
    }

    .remove-upload {
        position: absolute;
        top: 0%;
        right: 0;
        display: block;
        left: 80%;
        width: auto;
        font-size: 15px;
    }

    .upload-file {
        position: absolute;
        top: 15%;
        right: 0;
        display: block;
        left: 75%;
        width: auto;
        font-size: 15px;
    }

    .upload-here {
        overflow: auto;
        max-height: none;
        margin-top: 0;
    }

    .subtask-add {
        width: 85%;
        margin-bottom: 0;
        height: 50px;
        float: right;
        overflow: hidden;
    }

    .task-detail .subtask-box input {
        min-width: 47%;
        max-width: 47%;
        width: auto;
        height: 40px;
        margin-left: 10px;
    }

    .remove-subtask i {
        font-size: 15px;
        vertical-align: middle;
        line-height: 50px;
        width: 13%;
    }

    .remove-subtask a {
        line-height: 50px;
    }

    .task-detail .add-new-plus {
        height: 25px;
        width: 25px;
        line-height: 25px;
    }

    .round {
        position: relative;
        width: 20px;
        float: left;
    }

    .box-title h4 {
        max-width: 210px;
    }

    .text-reason {
        width: 55%;
        margin-right: 0;
    }

    .project-sort-item .form-group {
        margin-right: 10px;
    }

    .project-sort {
        height: auto;
        vertical-align: middle;
        line-height: 10px;
        width: 80%;
    }

    .task-detail .notification-boxes {
        position: absolute;
        right: 0;
        top: 0;
        display: contents;
    }

    .notification-boxes .badge {
        display: inline-block;
        margin-left: 0px;
        width: auto;
        float: left;
        margin-right: 20px;
    }

    .client-info-small {
        font-size: 13px;
    }

    .remove-client-contact, .remove-client-contact:hover {
        line-height: 0;
        vertical-align: middle;
        display: inline-block;
        float: left;
    }

    .edit-client-contact i, .remove-client-contact i {
        padding-right: 10px;
        font-size: 15px!important;
        display: inline-block;
        float: left;
        width: 20px;
        vertical-align: middle;
        padding-top: 15px;
    }

    .filters {
        float: left;
        margin-right: 0;
        width: 100%;
    }

    .filters select {
        width: 100%;
    }

    .error-select2 .select2-container {
        width: 100%!important;
    }

    .filter-btn {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 20px 0 0 0;
        white-space: nowrap;
        justify-content: center;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    .topbar-left {
        width: 32%!important;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper-page .logo img {
        width: 100%;
    }

    .login-main-page h1 {
        margin-bottom: 10%;
    }

    .q-logo {
        width: 80%!important;
        float: none;
        margin-top: 20px;
    }

    .navbar-custom .button-menu-mobile {
        border: none;
        color: #323a46;
        display: inline-block;
        height: 70px;
        line-height: 70px;
        width: 60px;
        background-color: transparent;
        font-size: 24px;
        cursor: pointer;
    }

    .enlarged .q-logo {
        display: none;
    }

    #wrapper.enlarged .topbar .topbar-left {
        width: auto!important;
    }

    .search__field {
        width: 30px;
        height: 40px;
        max-width: 45%;
    }

    .navbar-default .nav-link {
        padding: 0;
        line-height: 70px;
        color: rgba(67, 89, 102, 0.8);
        max-width: 160px;
    }

    .navbar-default .nav-link img {
        width: 30%;
    }

    .home .taskboard-box .card-box.my-tasks, .home .card-box.taskboard-box {
        padding: 20px 10px!important;
    }

    .my-tasks h4 {
        max-width: 220px;
    }

    .home .my-projects {
        margin: 0;
        max-height: 450px;
        overflow-y: auto;
        width: 100%;
    }

    .home .my-tasks {
        margin: 0;
        max-height: 360px;
        overflow: auto;
    }

    .home .task-list .card-box {
        padding: 10px!important;
    }

    .taskboard-box .badge {
        margin-top: -24px;
        margin-right: -13px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
        width: 50%;
        float: left;
        padding: 5px 0;
        margin-bottom: 0;
        text-align: center;
    }

    .task-detail .notification-boxes {
        position: absolute;
        right: auto;
        top: 110px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {

}