
@media only screen and (max-width: 1466px) {
    .card-body .overview-content {
        justify-content: flex-start !important;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1305px) {
    .card-body .key-section {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .card-body .max-width {
        width: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    .card-body .filter-left-panel {
        margin-bottom: 24px;
        flex-basis: 100%;
    }

    .card-body .filter-right-panel {
        flex-basis: 100%;
        padding-left: 19px;
        padding-right: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .card-body .card-title {
        text-align: center;
    }

    .card-body .history-form {
        flex-wrap: wrap;
    }
    .card-body .history-filter {
        flex-direction: column;
        align-items: center;
    }
        .history-form div.custom-input {
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .history-form div.custom-input:last-child {
            margin-right: 17px;
        }

    .card-body .filter-right-panel {
        border-left: none;
    }

    .card-body .border-left {
        border-left: none !important;
    }

    .card-body .applied-border-left {
        border-left: 1px solid #dee2e6 !important;
    }

    .card-body .applied-border-right {
        border-right: none !important;
    }

    .graph-section {
        border-bottom: 1px solid #d2eed2;
        margin-bottom: 16px;
        padding-bottom: 28px;
    }

    .card-body .max-width {
        width: 63%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .filter {
        flex-direction: column;
    }

    .filter .history-filter-title {
        max-width: 100%;
        justify-content: flex-start;
    }

        .history-filter-title p.card-title {
            text-align: left;
        }

    .filter .history-form {
        max-width: 100% !important;
        margin-top: 16px;
        justify-content: flex-start !important;
    }

    .filter .history-filter-submit {
        justify-content: flex-start !important;
    }
}

@media only screen and (max-width: 999px) {
    .card-body .overview-content {
        flex-direction: column;
        align-items: center !important;
    }

    .card-body .card-section {
        width: 100%;
        padding-left: 24px;
        border-right: 1px solid #d2eed2;
        border-left: 1px solid #d2eed2;
    }
    
    .card-body .card-section:last-child {
        border-right: 1px solid #d2eed2;
        border-left: 1px solid #d2eed2;
    }
}

@media only screen and (max-width: 992px) {
    .card-body .applied-border-left {
        border-left: none !important;
    }

    div.navbar-container {
        align-items: flex-start;
    }

    nav li.active {
        width: auto;
    }

    nav.navbar {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .card-body .title-section {
        flex-direction: column;
        align-items: center;
    }

    .card-body .history-form div.custom-input {
        margin-bottom: 0;
    }
}


@media only screen and (min-width: 767px) and (max-width: 899px) {
    .table-responsive div.total-entries {
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
}
