/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 8, 2024, 7:36:53 AM
    Author     : 17113
*/

/* Portrait tablets */
@media only screen and (max-width: 768px) {
    .content-page .content {
        padding: 20px;
    }
    .dashboard-navbar {
        left: 0 !important;
        position: absolute !important;
    }
}
@media only screen and (max-width: 900px) {
    .d-xs-full {
        width: 100% !important;
    }
}

.portlet-wrapper-daily {
    container: portlet-wrapper-daily / inline-size;
}
@container (max-width: 1440px) {
    .portlet-top h4, .portlet-top h3 {
        font-size: 0.9rem !important;
    }
    .portlet-top .riel-ccy {
        font-size: 1.3rem !important;
        padding-right: 5px !important;
    }
    .portlet-top .dolla-ccy {
        font-size: 0.9rem !important;
        padding-right: 5px !important;
    }
    .portlet-top #totalSalesYesterdayKHR, .portlet-top #totalSalesYesterday,
    .portlet-top #totalSalesKHR,
    .portlet-top #totalSales,
    .portlet-top #totalRefundKHR,
    .portlet-top #totalRefund,
    .portlet-top #totalNetSalesKHR,
    .portlet-top #totalNetSales
    {
        font-size: 0.9rem !important;
    }
}
@container (max-width: 1024px) {
    .portlet-top h4, .portlet-top h3 {
        font-size: 0.8rem !important;
    }
    .portlet-top .list-group {
        min-height: 146px;
    }
}

@media only screen and (max-width: 990px) {
    .list-group-sales, .list-group-refund, .list-group-net-sales {
        border-radius: 10px !important;
    }
    .portlet-top .list-group {
        min-height: auto;
    }
}

