﻿
/* Tablet */
@media only screen and (min-width: 600px) and (max-width: 1024px) {
    div.page-options {
        display: block;
    }

    div.options-left {
        height: 50px;
    }

    h4.options-title {
        margin-left: 5px;
        width: 100% !important;
    }

    .btn {
        margin-bottom: 10px;
    }

    .options-wrapper {
        justify-content: flex-start;
    }

    .offset-4 {
        margin: unset;
        width: 100%;
    }

    .statistics-page .row.p-2 {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        padding: 0.5rem !important;
    }

        .statistics-page .row.p-2 .col-md-4 {
            flex: 0 0 auto !important;
            width: 50% !important;
            padding-left: 0 !important;
        }

        .statistics-page .row.p-2 .col-md-8 {
            flex: 0 0 auto !important;
            width: 50% !important;
        }

    .height-70 {
        height: calc(100vh - 300px);
    }

    .options-wrapper {
        align-items: center;
    }

    div.options-left {
        width: 30%;
    }

    div.options-right {
        margin-top: 10px;
        width: 100%;
        text-align: left;
    }

    .reports-wrapper[b-j4i2071ukd] {
        height: calc(100vh - 550px) !important;
    }
}
