<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Roboto', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.tw-font-sans {
    font-family: unset;
}

.btn.btn-close {
    border: 1px solid red;
}

.loginPage {
    margin-top: 5rem;
}

/* --------------------------------- shadow --------------------------------- */
.shadowBottom {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.shadowUp {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.shadowLeft {
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
}

.shadowRight {
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------------------------------------- */
/* --------------------------------- SideBar -------------------------------- */

.sideBarMenu {
    height: 100vh;
    background: #fff;
    position: fixed;
    width: 16rem;
    box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/* Chrome, Safari, Edge */
.sideBarMenu::-webkit-scrollbar {
    width: 6px;
}

.sideBarMenu::-webkit-scrollbar-track {
    background: transparent;
}

.sideBarMenu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.subtitleMenu {
    position: relative;
    cursor: pointer;
    padding-right: 1.5rem;
    color: #000;
}

.subtitleMenu::after {
    content: '\25B6';
    /* â–º */
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: currentColor;
    transition: transform 0.3s ease, color 0.3s ease;
}

.subtitleMenu.active::after {
    transform: translateY(-50%) rotate(90deg);
}

.menuSubtitleMenu {
    margin-left: 1rem;
    display: none;
    /* hide all by default */
}

.menuSubtitleMenu.active {
    display: block;
    /* show when active */
}


.sideBarMenu .appLogo {
    height: 6rem;
}

.sideBarMenu .side-bar-heading {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 0;
    padding-top: 2rem;
}

.appLogo .textLogo {
    font-size: 2rem;
    font-weight: 700;
}

.appLogo .fullText {
    font-size: 0.8rem;
}

/* -------------------------------------------------------------------------- */
.shadowThin {
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.08);
}

.topBar {
    position: relative;
    z-index: 5;

}

.shadowThinBottom {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* -------------------------------- Dashboard ------------------------------- */
.welcomeText {
    font-size: 1.4rem;
}

.homeDashboard .rounded-sm,
.tw-rounded-xl {
    border-radius: 0.3rem;
}

.homeDashboard .selectLocation {
    margin-right: 1rem;
    text-align: left !important;
}


.homeDashboard button {
    width: unset;
    min-width: 10rem !important;
    max-width: 16rem !important;
}

.hideImportant {
    display: none !important;
}

.divHide {
    display: none !important;
}

.divShow {
    display: unset !important;
}

.homeDashboard .numberItem {
    font-size: 1rem;
}

.homeDashboard table th,
.homeDashboard table td {
    font-size: 0.85rem;
}

.homeDashboard .homeShortcut {
    cursor: pointer;
}

/* -------------------------------------------------------------------------- */


/* --------------------------------- Loader --------------------------------- */
.loaderData {
    width: 100%;
    height: 15rem;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 1;
}

.loaderData .loader img {
    width: 5rem;
    margin: 0 auto;
}

/* -------------------------------------------------------------------------- */

/* --------------------------------- Tables --------------------------------- */
div.dataTables_scrollBody,
.table-responsive {
    scrollbar-width: thin;
    min-height: 10rem;
}

table.dataTable th,
div.dataTables_scrollBody th {
    white-space: nowrap;
}

table td i {
    margin-right: 0.5rem;
}

table .bg-row {
    background: #8f8f8f;
    color: #fff;
}

table.enableHoverRow tr:hover {
    background-color: #f5f5f5;
}

.navButtonLists {
    padding-bottom: 4rem;
}

/* -------------------------------------------------------------------------- */


/* ---------------------------------- Modal --------------------------------- */
.modal-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0 !important;
}

.modal-dialog {
    margin: auto;
}

.modal .modalHeight {
    max-height: 75vh;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/* Chrome, Safari, Edge */
.modal .modalHeight::-webkit-scrollbar {
    width: 6px;
}

.modal .modalHeight::-webkit-scrollbar-track {
    background: transparent;
}

.modal .modalHeight::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* -------------------------------------------------------------------------- */


/* --------------------------------- General -------------------------------- */
.content-header {
    padding: 1rem 0 0 1rem;
}

.content {
    margin-bottom: 5rem;
}

/* -------------------------------------------------------------------------- */

/* ------------------------------ Modal Product ----------------------------- */
.modalProduct .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: unset;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: 10rem;
    overflow: hidden;
    text-align: right;
}

.modalProduct .thumbnail&gt;img {
    margin-right: unset;
    margin-left: unset;
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
    float: right;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175);
}

/* -------------------------------------------------------------------------- */

/* ------------------------------- components ------------------------------- */
.border {
    border: 1px solid #000;
}

.payTerm .pay_term_number {
    width: 31% !important;
    margin-right: 0.3rem;
}

.payTerm .pay_term_type {
    width: 66.5% !important;
}

textarea {
    resize: none;
}

.widgetBody {
    padding: 1rem 0 0.5rem;
    position: relative;
}

.hideBody .widgetBody {
    display: none;
}

.box-header {
    padding: 1rem;
}

.hideBody .box-header {
    cursor: pointer;
}

.hideBody .box-header h3:hover {
    color: #272b30;
}

.input-sm {
    font-size: 0.9rem;
}

/* -------------------------------------------------------------------------- */

/* ---------------------------------- RowBG --------------------------------- */

/* -------------------------------------------------------------------------- */

/* --------------------------------- Scroll --------------------------------- */
.thinScroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    /* For Firefox */
}

/* Chrome, Safari, Edge */
.thinScroll::-webkit-scrollbar {
    width: 6px;
}

.thinScroll::-webkit-scrollbar-track {
    background: transparent;
}

.thinScroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* -------------------------------------------------------------------------- */


/* ---------------------------------- Sale ---------------------------------- */
.leftSideSell {
    /* border: 1px solid #000; */
    height: 82vh;
    overflow: auto;
    padding-bottom: 5rem;
}

.rightSideSell {
    height: 82vh;
    overflow: auto;
    padding-bottom: 10rem;
}

.FixedBottomRelative {
    position: fixed;
    z-index: 3;
    width: 100%;
    background: #fff;
    bottom: 0;
    padding: 0.5rem;
}

.FixedBottomFollowRow {
    position: fixed;
    z-index: 3;
    width: 52vw;
    background: #fff;
    bottom: 2rem;
    padding: 0.5rem;
}

.FixedBottom {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
    bottom: 2.2rem;
    left: 0;
    padding: 1rem;
}

.FixedBottomFollowRow .buttonSave {
    bottom: 0;
    padding: 0.5rem;
    position: relative;
    width: 100%;
    border: 0px solid #000;
    width: fit-content;
}

.payableContainer {
    border: 1px solid #999;
    padding: 0.5rem;
    margin-top: 0.6rem;
}

.payableContainer .total_payable {
    font-weight: bold;
    font-size: 1rem;
}

/* -------------------------------------------------------------------------- */

/* -------------------------------- Table Pos ------------------------------- */
.widgetBody {
    padding: 1rem;
}



th.sale_product_title {
    width: 20%;
}


.product_row .product_row_title {
    width: 100%;
    /* border: 1px solid #000; */
    float: left;
}

.product_row .product_row_title_name {
    /* border: 1px solid #000; */
}

.product_row .product_row_title_name span:first-child {
    display: block;
}

.product_row .product_row_title_name span:nth-child(2) {
    font-style: italic;
}

.product_row .product_row_title img {
    width: 100%;
}

.product_row .pos_remove_row {
    margin-top: 0.5rem;
}

.product_row td {
    position: relative;
}

.product_row .sell_note {
    display: none;
}

.product_row .toggleNote {
    cursor: pointer;
    /* border: 1px solid #000; */
    display: inline-block;
    margin-top: 0.5rem;
}

.toggleNote:hover {
    color: #007bff;
}

.product_row select {
    margin-top: 0.2rem;
}

/* --------------------------------- Filter --------------------------------- */
.filterArea {
    font-size: 0.8rem;
}

.topData .nav a {
    font-size: 1rem;
}

.topData .nav-tabs&gt;li a {
    font-size: 0.9rem;
}

.topData .nav-tabs&gt;li.active&gt;a,
.topData .nav-tabs&gt;li.active&gt;a:focus,
.topData .nav-tabs&gt;li.active&gt;a:hover {
    border-bottom-color: unset;
    border-bottom: none;
}

.filter-data {
    /* margin-top: 1rem; */
}

.filter-label {
    font-weight: bold;
    font-size: 1rem;
}

.filter-data li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #999;
    margin-bottom: 1rem;
}

.filter-data label {
    width: 6rem;
    float: left;
}

/* -------------------------------------------------------------------------- */
.tox-statusbar__branding {
    display: none;
}

/* -------------------------------------------------------------------------- */




@media (max-width: 575.98px) {
    .FixedBottomFollowRow {
        width: 95vw;
        left: 0;
    }

    .FixedBottomFollowRow .buttonSave {
        left: 0.5rem;
        text-align: left;
        width: 80vw;
    }


}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}</pre></body></html>