.table-basic {
    table-layout: fixed;
}

.table-basic td {
    padding: 0.25rem !important;
}

.table-basic td.px-75 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.table-basic .input-group.combobox-control .dropdown-menu {
    min-width: 80px !important;
}

.table-basic .dropdown-item {
    padding: 0.25rem !important;
}

.table-basic .combobox-group .dropdown-menu {
    max-height: 30vh !important;
    overflow-x: auto;
}

.table-basic .selectize-dropdown {
    min-width: 100px !important;
}

.table-basic .item_option_selectize {
    text-align: left !important;
}

.table-basic .selectize-input {
    padding: 0.375rem 0.25rem !important;
}

.table-basic .combobox-group .input-group::after {
    right: 5px !important;
    top: 80% !important;
}

.table-basic .selectize-control.single .selectize-input::after {
    right: 5px !important;
    top: 80% !important;
}

.order-detail-container {
    /* z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    background-color: #f5f7fb;
}

.order-left-view {
    padding-bottom: 1rem;
    /* min-height: 100%; */
    min-height: calc(100vh - 8rem);
    overflow-y: auto;
}

.order-right-view {
    padding-bottom: 1rem;
    /* min-height: calc(100% - 50rem); */
    overflow-y: auto;
}

.order_fixed_bottom {
    min-height: 6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #ffffffdd;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .order-left-view {
        overflow-y: auto;
    }

    .order-right-view {
        margin-bottom: 10rem !important;
    }
}

.empty_order_container {
    top: 40%;
    left: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
}

.MuiSvgIcon-root {
    fill: currentColor;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    -moz-user-select: none;
}

.order-button1.MuiButton-contained {
    border: 1.5px solid #EBEDF1;
    box-shadow: none;
}

.order-button1 {
    width: 260px;
    height: 46px;
    margin-top: 15px;
    background-color: #fff;
}

.MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    background-color: #e0e0e0;
}

.MuiButton-root {
    color: #111111;
    height: 36px;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 85px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    text-transform: uppercase;
}

.MuiInput-fullWidth {
    max-width: 500px;
}

.MuiInput-root {
    position: relative;
}

.MuiInputBase-fullWidth {
    width: 100%;
}

.MuiInputBase-root {
    color: #111111;
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 16px;
    box-sizing: border-box;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.1876em;
}

.MuiInputBase-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 10px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    -webkit-tap-highlight-color: transparent;
}

.MuiInputBase-root {
    color: #111111;
    cursor: text;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.1876em;
}

.MuiInput-underline {}

.MuiInput-underline::after {
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    border-bottom: 2px solid #0964CF;
    pointer-events: none;
}

.MuiInput-underline::before {
    left: 0;
    right: 0;
    bottom: 0;
    content: "\00a0";
    position: absolute;
    transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: 1px solid #cfd5df;
    pointer-events: none;
}

.bottom-border-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    /* height: 1.1876em; */
    margin: 0;
    display: block;
    padding: 6px 6px 10px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    -webkit-tap-highlight-color: transparent;
}

.bottom-border-input:focus,
.bottom-border-input:active {
    background-color: var(--cui-input-focus-bg, #fff);
    border-bottom: solid 0.5px #242323;
    border-color: #80bdff;
    outline: 0;
}

.selectable-border {
    border-bottom: 0.5px solid #9b9b9b;
}

.input-border_bottom {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    border-bottom: 0.5px solid #9b9b9b;
}

.input-border_bottom:focus,
.input-border_bottom:active {
    background-color: var(--cui-input-focus-bg, #fff);
    border-bottom: solid 0.5px #80bdff;
    outline: 0;
}

.w3rem {
    min-width: 3rem !important;
    max-width: 7rem !important;
}

.w4rem {
    min-width: 4rem !important;
    max-width: 7rem !important;
}

table.no-border,
table.no-border tr,
table.no-border tr>th,
table.no-border tr>td {
    border: #fff !important;
}

table.no-hover:hover,
table.no-hover:hover tr,
table.no-hover:hover tr>th,
table.no-hover:hover tr>td {
    background-color: #fff !important;
}



.order-table,
.order-table tr,
.order-table tr>th,
.order-table tr>td {
    border: #fff !important;
}

.order-table thead {
    background-color: #00001508;
}

.order-table tbody>tr:nth-of-type(2n+1)>* {
    background-color: #0964cf0d;
}

.order-table tbody>tr {
    border-bottom: solid 1px #dcdee0 !important;
}

.order-table .gonrin-datetimepicker-widget,
.order-table .gonrin-datetimepicker-widget tr,
.order-table .gonrin-datetimepicker-widget tr>th,
.order-table .gonrin-datetimepicker-widget tr>td {
    background-color: #fff !important;
}

.order-table .gonrin-datetimepicker-widget tr>th:hover,
.order-table .gonrin-datetimepicker-widget tr>td:hover {
    background-color: #d2d2d5 !important;
}

.order-table tbody>tr:first-child {
    border: solid 0.5px #dcdee0 !important;
    box-shadow: #00000040 0px 0px 10px 0px;
}


.tien-khach-dua-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    border-bottom: solid 0.5px #9b9b9b;
    margin: 0;
    display: block;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    -webkit-tap-highlight-color: transparent;
}

.tien-khach-dua-input:focus,
.tien-khach-dua-input:active {
    background-color: var(--cui-input-focus-bg, #fff);
    border-bottom: solid 0.5px #80bdff;
    outline: 0;
}


.no-border-selectize {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    margin: 0;
    display: block;
    padding: 0 4px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    -webkit-tap-highlight-color: transparent;
}

.no-border-selectize .selectize-input {
    border: solid 0.5px transparent !important;
}

.no-border-selectize .selectize-input:focus,
.no-border-selectize .selectize-input:active,
.no-border-selectize .selectize-input.focus {
    border: solid 0.5px transparent !important;
    box-shadow: none !important;
}

.order_top_nav .selectize-dropdown {
    width: 600px !important;
}

.quantity-order-detail {
    height: 100%;
    text-align: center;
    border-radius: 50rem;
    background-color: #0964cf1a;
}

#taxed_price_cont .form-control {
    text-align: end !important;
}

#order_details .form-check .form-check-input {
    float: none !important;
}

.form-check-input:checked {
    background-color: #1f64db;
    border-color: #1f64db;
}

#refund .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: auto;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
}

#refund hr {
    border: none;
    border-top: 1px dashed rgb(45, 44, 44);
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin: 0 !important;
}