body {
    font-family: Roboto;
    color      : black;
}

/*.form-control:focus {*/
/*    box-shadow: none;*/
/*}*/

html {
    font-family: Arial, serif;
    font-size  : 0.9rem;
}


:root {
    --bs-gradient    : -webkit-linear-gradient(right, #015177, #1d1853);
    --color-primary  : #012d45;
    --color-secondary: #fba31b;

    --primary: #f6d697 !important;
}


.tabulator-page{
    background: #f6d697 !important;
    border:none!important;
    color: black !important;
    font-weight: 500;
    margin:0px 5px !important;
}
.tabulator .tabulator-footer .tabulator-page.active{
    background: #fcf6eb !important;
    border:none !important;
}
.btn:hover{
    opacity: 0.6;

}
.navbar-nav.ml-auto .dropdown-menu {
    left            : auto !important;
    right           : 0px;
    font-size       : 1rem;
    /* border-radius: 1px solid red; */

}

.navbar-nav.ml-auto .dropdown-menu .dropdown-item i {
    color: red;
}

.navbar-light .navbar-nav .nav-link {
    color      : black;
    font-size  : 0.8rem;
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link.active {
    background-color: var(--primary);
    color           : white;
    border-radius   : .25rem;
    font-weight     : normal;
}

.navbar-light .navbar-nav .nav-link:hover {
    background-color: var(--primary);
    color           : white;
    border-radius   : .25rem;
    /*font-weight   : normal;*/
}

.dropdown-item:hover {
    color           : #fff;
    text-decoration : none;
    background-color: #ffae11;
    transition      : all 1s;
}

.navbar-toggler {
    border: none;
}

.content {
    max-height: 75vh;
    overflow-y: auto;
}

thead,
th {
    background-color: #f0f0f0;
}

.bg-light {
    background-color: #eeeeee !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: white;
}

.form-control {
    border-radius: 0.3rem;
    color        : black;
}

.form-control:focus {
    color: black;
}

.table.align-bottom td {
    vertical-align: bottom;
}

.label-required:after {
    content: ' *';
    color  : red;
}

.select2-container--bootstrap4 .select2-selection__clear {
    float           : right;
    width           : 1.2em;
    height          : 1.2em;
    padding-left    : 0.3em;
    padding-bottom  : 0.1em;
    margin-top      : .32em;
    margin-right    : .7em;
    line-height     : .95em;
    color           : #f8f9fa;
    background-color: #c8c8c8;
    border-radius   : 50%;
}

.room-table {}

.room-table:hover,
.product:hover {
    background: #efefef;
    cursor    : pointer;
}

::-webkit-scrollbar {
    width : 2px;
    height: 8px;
}

::-webkit-scrollbar-button {
    /*background: #ff0000*/
}

::-webkit-scrollbar-track-piece {
    /*background: #888888*/
}

::-webkit-scrollbar-thumb {
    background   : var(--primary);
    border-radius: 10px;
}

.table-rooms::-webkit-scrollbar {
    display: none;
}

.help-block {
    font-size  : 0.8rem;
    margin     : 0;
    color      : gray;
    font-weight: normal;
}

.nav-tabs a.nav-link {
    color: #2d50b2;

}

.bg-content {
    background-color: #1e434c;
}

.room-table.full {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    background: #eb6e7e;
    color     : white;
}

.prepend-input {
    background   : transparent;
    border-top   : 0;
    border-left  : 0;
    
    border-color : #888888;
    border-radius: 0;
}


.table-invoice {
    height: 55px;
}

.product {
    font-size: 1.1rem;
}

.room-name {
    font-size  : 12px;
    line-height: 1.8;
}

.money_table {
    font-size  : 13px;
    font-weight: bold;
}

.money_table small {
    font-size: 0.8rem;
}

.text-right {
    text-align: right;
}

table>tbody>tr>td {
    vertical-align: middle !important;
}

/*!*.table          {*!*/
/*!*    overflow: auto;*!*/
/*!*    !*height: 100px; *!*!*/
/*!*}*!*/
/*!*.table thead th { position: sticky; top: 0; z-index: 1; }*!*/

/*!* Just common table stuff. Really. *!*/
/*table  { border-collapse: collapse; width: 100%; }*/
th {
    /*background:#dcf4fc; */
    border-top: none !important
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: #353232;
    border          : none;
    font-size       : 1.2em;
    z-index         : 2;
    position        : relative;
}

.btn-plus {
    border-right : none;
    border-top   : none;
    border-radius: 0px;
    border-left  : none;
}

.divleft {
    margin-top: 1%;
}

.afont {
    font-size: 18px;
}

.boderleft {
    border: 0px;
}

.input-group-text {
    border-bottom: 1px solid;
    border-top   : none;
    border-right : none;
}

.disabled {
    cursor: not-allowed;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color     : #fff;
    background: #209150;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.text-black {
    color: black !important;
}

.form-group input{
    border-radius: 20px;
}
.dropleft .dropdown-toggle.user::before {
    display       : none;
    margin-right  : .255em;
    vertical-align: .255em;
    content       : "";
    border-top    : .3em solid transparent;
    border-right  : .3em solid;
    border-bottom : .3em solid transparent;
}

.bg-color-primary {
    background-color: var(--color-primary);
}

.bg-color-secondary {
    /* background-color: #2d50b2; */
}

.button_success{
   
    padding:7px 10px !important;
    border-radius: 20px;
    font-weight: 500 !important;
    color:red !important;
    font-size:13px;
    color:white !important;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: 0.5s;
}
.button_danger{
    /* background-color: #dc3545!important; */
    padding:6px 10px !important;
    border-radius: 20px;
    font-weight: 500 !important;
    color:red !important;
    font-size:13px;
    color:white !important;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: 0.5s;
}

.add_bg{
    background-color: #0aba27!important;
}
.export_bg{
    background: #018381 !important;
}

.import_bg{
    background: #dc3545 !important;
}

.btn {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    font-size: 13px;
}

.btn:not([disabled]):active {
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}

.dropdown-menu {
    padding         : 0;
    border          : 1px solid #c4870c;

    /* border-radius: 10px; */
}

.dropdown-item {
    transition: all 0.6s;
    
    /* border : 1px solid #2d4ba1; */


}

.table td,
.table th {
    white-space: nowrap !important;
}

.table th {
    padding-top   : 8px;
    padding-bottom: 8px;
}

.bg-color-secondary a,
.bg-color-primary a {
    color: white;
}

.tabulator {
    font-size: 0.9rem;
}

.tabulator a:not(.btn) {
    font-size: 0.9rem;
    color    : blue;
}

.tabulator-col-title-holder {
    padding    : 0.5px;
    font-weight: 400;
    color      : black;
}

.tabulator-cell {
    color: black;
    
}

.tabulator .tabulator-footer .tabulator-page {
    color: black;
}

.tabulator .tabulator-footer {

    text-align: left;

}

.tabulator-row .tabulator-cell {
    padding: .2rem !important;
}

.tabulator.table-sm .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
    padding: .2rem !important;
    
}

.tabulator-row .tabulator-cell,
.tabulator .tabulator-header,
.tabulator .tabulator-header .tabulator-col,
.tabulator-row {
    border-color: #eaeaea;

}

label {
    font-weight  : bold;
    margin-bottom: 0.4rem;
}

.modal-header {
    padding   : 0.5rem 0.75rem;
    background: var(--color-primary);
    color     : black;
}

.modal-body {
    padding: 0.5rem 1rem;
}

.close {
    color  : white;
    opacity: 1;
}

.modal-header {
    align-items: center;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

 .form-group select {
   border-radius: 10px;
}


.form-group{
    
	overflow: hidden;
} */



.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius    : 0;
    border-bottom-left-radius : 0;
    box-shadow                : none;
    border-bottom             : none;
    border-top-right-radius   : 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    position    : absolute;
    top         : 60%;
    left        : 50%;
    width       : 0;
    height      : 0;
    margin-top  : -5px;
    margin-left : -16px;
    border-color: #969a9e transparent transparent transparent;
    border-style: solid;
    border-width: 9px 7px 0;
}

.modal-footer {
    padding: 0.4rem .75rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: black;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.custom-control-input:focus {
    /*box-shadow: none;*/
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.bg-color-secondary a.dropdown-item {
    color: black;
}

.bg-color-secondary a.dropdown-item:hover {
    color: white;
    ;
}

table>tbody>tr>td>a {
    vertical-align: bottom !important;
}

table.dataTable {
    table-layout: fixed;
    width       : 100%;
    white-space : nowrap;
    overflow    : hidden;
}

table.dataTable th {
    white-space: nowrap;
    overflow   : hidden;
}

table.dataTable td {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

#table {
    width: 100%;
}

.tabulator-calcs-bottom>.tabulator-cell {
    align-items: flex-end !important;
}

.form-inline label {
    padding-right: 0.25rem;
}

.sub-heading:hover {
    text-decoration: none;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    min-height: 34px;
    color     : black;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.editable {
    border-bottom: 1px solid gray;
    margin-right : 5px;
}

.purchaseBox {
    border-radius: 4px;
    box-shadow   : 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

/* dashboard */
.div-main-box {
    padding-top: 12px;
    font-size:14px;
    border-radius: 20px;
    margin:0px 10px 0px 10px;
   
    
}
.div-main-box a{
   text-decoration: none;
}

.back:hover .div-main-box {
    box-shadow: 0px 0px 6px 1px #2d50b2;
}


.div-box {
    
    padding:10px;
    text-align: center;
    border-radius: 50%;
    font-size: 1em;
    display: block;
    float: left;
    margin-right: 15px;

  
    /* padding        : 10px;
    text-align     : center;
    border-radius  : 50%;
    /* line-height : 45px; */
    font-size      : 1em;
    display        : block;
    float          : left;
    margin-right   : 15px;
    background-clip: padding-box;
    color          : #fff; 
}


.inpuy tyo
.div-box.green {
    /* border: 1px solid green; */
    color : green;
}

.div-box.blue {
    /* border: 1px solid blue; */
    color : blue;
}

.div-box.orange {
    /* border: 1px solid orange; */
    color : orange;
}

.modal-div-box {
 
    
    text-align      : center;
    border-radius   : 50%;
    line-height     : 30px;
    font-size       : 35px;
    display         : block;
    float           : left;
    margin-right    : 15px;
    background-clip : padding-box;
    color           : #fff;
}


.modal-div-box i {
    padding:5px;
    background-color: #0072bc;
    border-radius: 50%;
}
.div-phone {
    background-color: #0072bc;
    width           : 30px;
    height          : 30px;
    text-align      : center;
    border-radius   : 30%;
    line-height     : 30px;
    font-size       : 1em;
    display         : block;
    float           : left;
    color           : #fff;
}

.div-activity {
    /* background-color: #0072bc; */
    width           : 25px;
    height          : 25px;
    text-align      : center;
    border-radius   : 50%;
    line-height     : 25px;
    font-size       : .6em;
    display         : block;
    float           : left;
    color           : #fff;
}

.h5-box {
    color        : blue;
    margin-bottom: 0px;
}

.label-db {
    color    : blue;
    font-size: .8em
}

.itemNote {
    height : 30px;
    border : none;
    padding: 0;
}

.itemNote:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

#discountModal {
    z-index: 1051
}

#modal-confirm-edit {
    z-index: 1051
}

#virtualNumpad {
    z-index: 1051
}

#modal-confirm {
    z-index: 1051
}

#purchaseTotal {
    color: #2d50b2;
}

#purchase_type{
    border-radius: 20px!important;
}

#vat_value::-webkit-outer-spin-button,
#vat_value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin            : 0;
}

/* Firefox */
#vat_value {
    -moz-appearance: textfield;
}

.focus-input {
    border-color: orange !important;
}

.brightness {
    filter: brightness(0.7);
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select  : none;
    /* Safari */
    -khtml-user-select   : none;
    /* Konqueror HTML */
    -moz-user-select     : none;
    /* Old versions of Firefox */
    -ms-user-select      : none;
    /* Internet Explorer/Edge */
    user-select          : none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#menuTab .nav-item {}

#menuTab .nav-item>.nav-link:hover {
    border-radius: 0.25rem;
    border       : 1px solid lightgray;
}

#menuTab .nav-item>.nav-link {
    margin       : 1px;
    border-radius: 0.25rem;
    border       : 1px solid lightgray;
}



/* Mới pos bán hàng */

.bgCustom {
    background: #efeef3;
    border-top: 1px solid #cdcdcd;
}

#timed_product{
    flex: 0 0 20%; max-width: 20%; display: none; background: transparent; border-radius: 10px;
}

#search-bar{
    position: absolute;
    right: 0; 
    margin-top: 2px; 
    width: 30%;
}

#amount_paid{
    background: none; cursor: pointer; border-radius: 20px;
}

.POS001{
    border-top: 1px solid #cdcdcd; background: white; color: #2d50b2; width: 102%; margin-left: -5px; padding: 10px;
}

.contentNuber{
    flex: 0 0 28%; max-width: 28%; border-radius: 20px
}
.MB01{
    border-top-left-radius: 20px; border-bottom-left-radius: 20px; text-align: center;
}

.buttonNuber{
    background: #2d50b2; color: white;border-radius: 20px;
}

.modal-body-nuber{
    border: 1px solid #cdcdcd; border-radius: 20px; border: 1px solid #2d50b2;
}

.LCSS-ChooseTable {
    /* background: white; */
    border-radius: 50px;
    padding: 4px 8px;
    min-width: 25%;
    text-align: left;
}

#choosen-table-name {
    /* color: #2d50b2; */
    font-size: 20px !important;
    font-weight: 500;
}

.quantityCss {
    border-radius  : 5px;
    height         : 25px;
    width          : 25px;
    z-index        : 1;
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin-top     : 6px;
    
    /* border         : none; */
    /* border      : 1px solid gray; */
}

.quantityCss.add {
    border: 1px solid #2d50b2;
    color: #2d50b2;
    background     : white;
}

.quantityCss.apart {
    border: 1px solid #2d50b2;
    color: white;
    background     : #2d50b2;
}

.inputQuatity {
    border       : none;
    background   : white;
    /* border-bottom: 1px solid #cdcdcd; */
}

/* .quantityCss:hover {
    border: 1px solid gray;
} */

.search-Product {
    width        : 90%;
    border       : none;
    background   : transparent;
    color        : white;
    border-bottom: 1px solid;
}

#searchItems::placeholder {
    color  : #2d50b2;
    opacity: 0.7;
}

#searchItems {
    border-top: 1px solid #1e434c;
    width: 90%;
    border: none;
    background: #efeef3;
    /* border-bottom: 1px solid #2d50b2; */
    color: black;
    padding: 3px 35px 3px 15px;
    outline: none;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    margin-bottom: 1px;
    /* margin: 3px 0; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.MenuRegion {
    padding        : 4px 15px !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background     : white;
    box-shadow     : inset 0 2px 4px 0 rgb(0 0 0 / 0.1);
    color          : #2d50b2;
    text-decoration: none !important;
    font-size      : 13px;
}

.liMenu {
    display    : flex;
    align-items: center;
}

.MenuRegion.active {
    background: #2d50b2;
    color     : white;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.liArea {
    display    : flex;
    align-items: center;
}

.Area {
    color          : black !important;
    text-decoration: none !important;
    padding        : 2px 13px !important;
    border-radius  : 15px;
    background     : white;
    font-size      : 13px;
    box-shadow     : inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.Area:hover {
    border: 1px solid #c4870c;
    margin: -1px;
    /* transition: all 0.5s; */
}

.Area.active {
    background: #f1b743 !important;
    color     : white !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.liFood {
    display    : flex;
    align-items: center;
}

.food:hover {
    border:1px solid #2d50b2;
    margin:-1px;
    /* transition: all 0.5s; */
}

.food {
    color          : #2d50b2 !important;
    text-decoration: none !important;
    padding        : 2px 13px !important;
    border-radius  : 15px;
    background     : white;
    box-shadow     : inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.food.active {
    background: #2d50b2 !important;
    color     : white !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.cssTable {
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.1);
    background: white;
    height: 130px;
}

.cssMenu {
    border-radius: 10px;
    background: transparent;
    height: 200px;
    border-radius: 10px; 
    flex: 0 0 20%; 
    max-width: 20%;
}

.cssMenu:hover {
    /* box-shadow   : 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); */
    border-radius: 10px;
}

.bg-grey {
    background: #f4f4f4;
}

.custom-container-datatabele {
    padding: 10px;
}

#table {
    /* background-color: #ccc; */
    border          : 1px solid #eaeaea;
    border-radius   : 10px;
}

/*Theme the header*/
#table .tabulator-header {
    /* background-color: #333; */
    color           : #fff;
}

/*Allow column header names to wrap lines*/
#table .tabulator-header .tabulator-col,
#table .tabulator-header .tabulator-col-row-handle {
    white-space: normal;
}

/*Color the table rows*/
#table .tabulator-tableHolder .tabulator-table .tabulator-row {
    color           : #fff;
    background-color: white;
}

/* .tabulator-cell .tabulator-frozen .tabulator-frozen-left{
        background-color: #007bff0d;
} */

#table .tabulator-tableHolder .tabulator-table .tabulator-row:nth-child(even) {
    background-color: #f3f9ff;
}

.modal-header{
    background: #f3f3f3 ;
}

.tmp-active a > svg{
    color: white !important;
}
.tmp-active a {
    color: white !important;
}
.show .tmp-active a > svg {
    color: #2d50b2 !important;
}

.hover___a:hover svg{
    color:#ffae11 ;
}
.hover___a:hover p{
    color:#ffae11 ;

    font-weight: 400;
}


.hover___a:hover i{
    color:#ffae11 ;

}
.dropdown-menu .hover___a:hover svg{
    color:#2d50b2 ;
}

.dropdown-menu .hover___a:hover{
    color:#2d50b2 ;
}


.select_custom{
    /* margin-top:50px; */
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 150px;
    height: 50px;
}

.select_control{
    appearance: none;
    border: none;
    height: 30px;
    width: 150px;
    border-radius: 5px;
    color:black;
    background-color: #f5f5f5;
    font-size: 14px;
    border:1px solid #2d50b2;
    text-align: center;
}


.select_custom .icon-container i{
    width: 30px;
    height: 30px;
    position: absolute;
    top:0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    background-color: #2d50b2;
    border: 1px solid #2d50b2;
    border-top-right-radius: 5px ;
    border-bottom-right-radius: 5px ;
}

  
.inputNode::placeholder{
    font-size: 12px;
}

.inputNode{
    border: none; 
    border-bottom: 1px solid #cdcdcd; 
    outline: none; 
    width: 100%; 
    /* border-radius: 10px; */
    margin-bottom: 2px;
    margin-top: 0px; 
    padding: 1px 10px;
}

/* .tmp-active{
    color: white !important;
} */


.cssProduct{
    height: 100%;
    border-radius: 20px;
    background: white;
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.1);
}

.cssProduct:hover{
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border:1px solid #2d50b2;
}

#purchase{
    background-color:#2ECC71;
    font-size:16px !important;
}

#purchase:hover{
    opacity: 0.6;
}

#temp-print:hover{
    opacity: 0.6;
}

#poolTable{
    padding: 5px 15px;
    color: black;
    outline: none;
    border-radius: 20px;
    background: #f6f6f6;
}

#poolTable:active{
    outline: none;
}

#poolTable:focus{
    outline: none;
}

/* #invoiceNote:focus{
    background: rgb(225, 225, 225);
}    */



    /* border-top: 1px solid #1e434c;
    width: 90%;
    border: none;
    background: #efeef3;
    /* border-bottom: 1px solid #2d50b2; */
    /* color: black;
    padding: 5px 35px 5px 15px;
    outline: none; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    /* margin-bottom: 1px; */
    /* margin: 3px 0; */
    /* border-radius: 10px;
    display: flex;
    align-items: center; */



/* select2 custom */

.select2-container .select2-selection--multiple, .select2-container .select2-selection--single{
    border-radius: 20px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background: white !important;
    color: black;
}

.buttonAddCustommerSelect2{
    border-radius: 0 20px 20px 0 !important;
    border: 1px solid #cdcdcd !important;
}

#voucher{
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#applyVoucher{
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: black;
    background: none;
    margin-right: 2px;
    outline: none;
    background: whitesmoke;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.modal-button:hover{
    border: 1px solid #2d50b2;
    background-color: #fefefe !important;
}

.cssIMG{
    height: 70%; width: 100%; border-top-right-radius: 20px; border-top-left-radius: 20px;
}

.cssimgJS{
    height: 100%; width: 100%; border-top-right-radius: 20px; border-top-left-radius: 20px; object-fit:cover;
}

#product_pro{
    font-size: 12px
}

.textName{
    margin-top: 5px; font-size: 14px; font-weight: 500; display: block; align-items: end; padding: 0 5px;
}

.textPrice{
    font-size: 13px; display: block; align-items: end; padding: 0 5px;
}

.phan{
    font-size: 10px; font-weight: 400;
}

b{
    font-weight: 500;
}

.voucherResult{
    background: bisque;padding: 0.2rem;border-radius: 5px; display: none
}




.buttonslose{
    border-radius:20px; background-color:#eb6e7a; color:white !important;
}

.print{
    font-size:14px; 
    padding:5px 10px; 
    background:#e59d2b; 
    border-radius:20px; 
    color: white;
}

.classBorderRight{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: none;
    box-shadow: none;
    border: 1px solid #cdcdcd;
}

#fileInput{
    border-radius: inherit;
    margin-top: 4px;
}

.divideColumns{
    flex: 0 0 20%; 
    max-width: 20%;
}

*{
    font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px){
    .divideColumns{
        flex: 0 0 25% ; 
        max-width: 25%;
    }

    .room-name{
        font-size: 12px !important;
    }

    #Icon_Car_2{
        font-size: 12px !important;
    }

    .money_table{
        font-size: 15px !important;
    }

    .cssTable{
        /* flex-direction: column !important;
        align-items: center !important; */
        vertical-align:middle;
        height: 105px;
    }
    
    .textTitle{
        font-size: 20px;
    }

    body{
        font-size: 12px;
    }


    .cssMenu{
        flex: 0 0 25% !important; 
        max-width: 25% !important;
        height: 165px !important;
    }

    .textName{
        font-size: 12px !important;
    }

    .textPrice{
        font-size: 11px !important;
    }

    #choosen-table-name{
        font-size: 16px !important;
    }

    #partnerDeliveryHolder{
        width: 48% !important;
        max-width: 48% !important;
    }

    .customer-select2{
        width: 48% !important;
        max-width: 48% !important;
    }

    .width-quantity{
        width: 45% !important;
    }

    .quantityCss {
        height: 20px;
        width: 20px;
    }

    .degree-img{
        width: 22% !important;
        height: 68px !important;
    }

    .hasInvoice{
        height: calc(100vh - 258px) !important;
    }

    #total{
        font-size: 14px !important;
    }

    #invoiceNote{
        font-size: 12px;
    }

    #purchase{
        font-size: 14px !important;
    }

    #temp-print{
        font-size: 14px !important;
    }
    .icon-search{
        top: -2px;
    }

    .img-clock{
        width: 70px !important;
        height: 70px !important;
    }
    .textClock{
        font-size: 12px !important;
    }
}
.btn-radius{
    border-radius:20px;
}



/* custom đợt 2 */
.bg-take-data{
    background: #4285F4 !important;
    
}

.bg-order{
    background: #34A853 !important;
  
}
/* danh thu */
.bg-revenue{
    background: #2b2be3e0 !important;
   
}
.bg-revenue:hover{
    opacity: 0.6;
}
.bg-not-pay{
    background: #e64a59e8 !important;
}
.bg-not-pay:hover{
    opacity: 0.6;
}
.bg-print{
    background: #ef4611f5 !important;
}
.bg-print:hover{
    opacity: 0.6;
}
.bg-export{
    background:  #008080 !important;
}
.bg-export:hover{
    opacity: 0.6;
}
.buttonSave{
    border-radius:20px; background-color:#2ECC71; color:white !important;
}
.buttonSave:hover{
    opacity: 0.6;
}
.buttonNoSave{
    border-radius:20px; background-color:#95A5A6; color:white !important;
}
.buttonNoSave:hover{
    opacity: 0.6;
}
.buttonSavePrint{
    border-radius:20px; background-color:#FFA500; color:white !important;
}
.buttonSavePrint:hover{
    opacity: 0.6;
}
.buttonTamp{
    border-radius:20px; background-color:#3498DB; color:white !important;
}
.buttonTamp:hover{
    opacity: 0.6;
}
.buttonClose{
    border-radius:20px; background-color:#95A5A6; color:white !important;
    
}
.buttonClose:hover{
    opacity: 0.6;
}
.buttonSee{
    border-radius:20px; background-color:#3498DB; color:white !important;
}
.buttonSee:hover{
    opacity: 0.6;
}
.using{
    border-radius:20px; background-color:#4fc08d; color:white;
}
.using:hover{
    color:white !important;
    opacity: 0.6;
}
.stopUsing{
    color:white !important;
    border-radius:20px; background-color:#FF6347; color:white;
}
.stopUsing:hover {
    color:white !important;
    opacity: 0.6;
}