﻿/* Mobile Custom CSS by Ilario Cutjar as requested */
@media only screen and (max-width: 767px) {
    div.page-options {
        display: block;
    }

    h4.options-title {
        margin-left: 5px;
        width: 100% !important;
    }

    .btn {
        margin-bottom: 10px;
    }

    .header {
        height: 70px;
        padding-left: 25px;
    }

    .header_user {
        width: 100%;
        height: 50px;
    }

    .inner-layout {
        margin: unset;
        margin-top: 70px !important;
        margin-left: 0px !important;
        padding-right: 15px !important;
    }

    .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);
    }

    div.options-left {
        height: 50px;
    }

    .options-wrapper {
        align-items: center;
    }

    div.options-left {
        width: 50%;
    }

    div.options-right {
        width: 50%;
        text-align: right;
    }

    .reports-wrapper[b-j4i2071ukd] {
        height: calc(100vh - 550px) !important;
    }
}
