@media (min-width: 1200px) {
    .sidenav.fixed-start~.main-content {
        margin-left: 14.5rem;
    }
}

@media screen and (max-width: 767px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mb-flex-center {
        align-items: center;
    }

    .site-nav {
        width: calc(100% - 120px);
        padding-left: 0px;
    }

    #navbar {
        width: 120px;
        margin-top: 0px!important;
        justify-content: right;
    }

    .list-filter .filter-large, .filter-items .filter-large {
        width: 180px;
    }

    .mb-15-mb {
        margin-bottom: 15px;
    }

    .tl-table thead th.th-size-2 {
        width: 300px !important;
    }

    .row-filter .top-list-filter {
        width: auto;
    }

    #report-orders .filter-items {
        flex-direction: column;
        width: 100%;
        display: block;
    }

    #report-orders .filter-items .filter-item {
        width: 48%;
        margin-bottom: 5px;
        float: left;
    }

    .frm-filter-items.frm-filter-orders .filter-items .filter-item:nth-of-type(2n),
    #report-orders .filter-items .filter-item:nth-of-type(2n) {
        float: right;
    }

    .frm-filter-items.frm-filter-orders .filter-items .filter-item {
        width: 48%;
        float: left;
    }

    .mobile-mb-15 {
        margin-bottom: 15px;
    }

    .filter-items .filter-medium, .list-filter .filter-medium,
    .list-filter .filter-large, .filter-items .filter-large {
        width: 48%;
        float: left;
        margin-bottom: 5px;
    }

    .filter-items .filter-medium:nth-of-type(2n), .list-filter .filter-medium:nth-of-type(2n),
    .list-filter .filter-large:nth-of-type(2n), .filter-items .filter-large:nth-of-type(2n) {
        float: right;
    }

    .filter-items::after, .list-filter::after {
        content: "";
        display: block;
        float: none;
        clear: both;
    }

    .filter-items, .list-filter {
        display: block;
    }

    .form-control {
        padding-top: 5px!important;
        padding-bottom: 4px!important;
    }

    #money-cards .card {
        width: 48%;
        float: left;
    }

    #money-cards .card:nth-of-type(2n) {
        float: right;
    }

    #money-cards::after {
        content: "";
        float: none;
        clear: both;
    }

    .dashboard-card h5 {
        font-size: 13px;
    }
 
    .numbers .text-sm {
        font-size: 11px !important;
    }

    nav[aria-label="breadcrumb"] {
        padding-left: 0px;
    }

    .head-list .row-filter {
        display: block;
    }

    .fullname-rp {
        min-width: 150px;
        display: inline-block;
    }

    .order-action-buttons .dropdown,
    .order-action-buttons .btn {
        width: 48%;
        float: left;
        margin-bottom: 5px;
    }

    .order-action-buttons .dropdown .btn {
        width: 100%;
    }

    .order-action-buttons .dropdown:nth-of-type(2n),
    .order-action-buttons .btn:nth-of-type(2n) {
        float: right;
        margin-right: 0px;
    }

    .order-action-buttons {
        padding-top: 15px;
        border-top: 1px solid #ddd;
        margin-top: 15px;
    }
    
}