@media screen and (max-width: 991px) {
    .notice-message {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    .content-v5-menu {
        display: none;
    }
    .v5-cover-box {
        margin-top: 62px !important;
    }
    .table-done-v4 {
        padding-bottom: 10px;
    }
    .table-done-v4-full {
        padding-left: 40px !important;
    }
    .table-done-v4-box {
        float: left !important;
        margin-bottom: 20px;
        width: 200px !important;
        padding-right: 20px !important;
    }
    .table-done-v4-full {
        width: 100% !important;
    }
    .lh-separator-v4 {
        display: none;
        float: left;
    }
    .table-done-v4 .other {
        color: #666666;
        font-weight: 400;
        font-size: 13px;
    }
    .hide-on-mobile {
        display: none !important;
    }
    .accounting-results {
        padding-left: 10px !important;
    }
    .accounting-results {
        margin-bottom: 20px !important;
    }
    .table-dashboard tr {
        display: table;
        width: 100%;
    }

    .table-dashboard td {
        display: table-row;
    }

    .table-dashboard i {
        padding-top: 30px !important;
    }

    .table-accounting td {
        font-size: 13px !important;
    }

    #myChart {
        width: 100% !important;
    }

    .search-filter {
        display: none;
    }

    #bills-list table tr {
        display: table;
        width: 100%;
    }

    #bills-list table td {
        display: table-row;
    }

    .tablePagination {
        display: none;
    }

    .btn-go-submit {
        display: none;
    }

    .table-payment-filter {
        display: none;
    }
    .payment-list .btn-white, .payment-list .fa-bars {
        display: none;
    }

    .payment-list tr {
        display: table;
        width: 100%;
    }
    .payment-list td {
        display: table-row;
    }

    .table-products-list tr {
        display: table;
        width: 100%;
    }
    .table-products-list th {
        display: none;
    }
    .table-products-list td {
        display: table-row;
    }

    .table-products-list .fa-bars {
        display: none;
    }

    .accounting-box {
        display: none;
    }
    .accounting-results {
        width: 100% !important;
        padding-right: 20px;
    }

    .companies-hide {
        display: none;
    }
    .companies-wide {
        width: 100% !important;
        border-right: 0px none !important;
        min-height: auto !important;
    }
    .mobile-alert {
        display: block !important;
        border-color: #FFD324;
        color: #514721;
        border-style: solid;
        border-width: 1px 1px 1px 5px;
        margin-bottom: 20px;
        font-size: 12px !important;
    }
    .mobile-alert a {
        font-size: 12px !important;
        color: #9B125F;
    }
    .mobile-bills-pdf-icon i {
        font-size: 60px !important;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .mobile-bills-sn {
        font-size: 15px !important;
    }
    .mobile-bills-sn-type {
        padding-top: 5px;
        font-size: 12px !important;
    }
    .mobile-bills-customer {
        padding-top: 10px !important;
    }
    .mobile-bills-customer a {
        font-size: 14px !important;
    }
    .mobile-bills-price {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 568px) {
    .table-done-v4-box {
        float: left !important;
        margin-bottom: 20px;
        width: 50% !important;
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 368px) {
    .table-done-v4-box {
        float: left !important;
        margin-bottom: 20px;
        width: 140px !important;
        padding-right: 0px !important;
    }
    .table-done-v4 .title {
        color: #666666;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 10px;
        padding-bottom: 13px;
    }
    .table-done-v4 .text {
        letter-spacing: -0.36px;
        color: #9B125F;
        padding-bottom: 13px;
        font-weight: 500;
        font-size: 12px;
    }
    .table-done-v4 strong {
        font-size: 26px;
        font-weight: 600;
    }
    .table-done-v4 .other {
        color: #666666;
        font-weight: 400;
        font-size: 10px;
    }
}
