.custom-p {
    color: #30A2FF;
    text-align: left;
    margin-bottom: 0px;
    font-size: 11px;
    font-weight: bold;
}

.custom-tr th {
    color: #00ACED;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: initial !important;
}

.custom-h2 {
    font-size: 18px !important;
    text-align: left;
    margin-top: 5px;
}
.custom-title {
    font-weight: bold !important;
    font-size: 18px !important;
}

.custom-h2 span {
    float: right;
}

.product_uom_order_lg {
    display: none;
}

@media (max-width: 576px) {
    .col-lg-3, .col-xl-3, .col-md-6, .col-sm-6, .col-6 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .card-dashboard .table-responsive table .custom-tr th {
        font-size: 14px !important;
    }

    .product_uom_order_lg {
        display: inline-block;
        margin-bottom: 3px; !important;
        margin-right: 5px !important;
    }
}