 .table-action-btn{
    background: #FFB600!important;
    border-color: #ffb700f4!important;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    padding: 5px 7px;
}
.table-action-btn:hover{
    color: #fff!important;
}
.table-action-delete-btn{
    background: #E50B0B!important;
    border-color: #E50B0B!important;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    color: #fff!important;
    white-space: nowrap;
    vertical-align: middle;
    padding: 5px 7px;
}
.table-action-delete-btn:hover{
    color: #fff!important;
}

.box.box-primary {
    border: none;
}

.box, .info-box {
    margin-bottom: 30px;
    box-shadow: none;
    border-radius: 0;
}
.box .box-body, .box .box-footer, .box .box-header{
    padding: 0;
}
.box-body{
    padding: 24px 0px;
}

.center-tools{
    display:flex; 
    align-items:center; 
    gap:10px;

}

.box.box-primary {
    border: none;
}

.box, .info-box {
    margin-bottom: 30px;
    box-shadow: none;
    border-radius: 0;
}

.btn-wrapper-overide{
    display:flex;
    justify-content:right;
    margin-top:10px;
}

.box .box-body, .box .box-footer, .box .box-header {
        padding: 10px;
    }
    h3.box-title a {
    color: #FFB600;
    }
.max-add-btn{
    background: #FFB600;
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    color: #011530;
    cursor: pointer;
    text-transform: capitalize;
}

.btn-group,.btn-group-vertical{
    float: left;
}

.bg-max{
    background-color: #EFF6FF!important;
    color: #000!important;
}

.bg-max-tr{
    color: #000;
    background-color: #F9FAFB;
    font-size: 0.875rem;
}

.bg-info {
    background-color: #011530!important;
    color: #fff;
}

.input-group-addon{
    border-radius: 4px 0px 0px 4px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.btn-info {
    background: #3775c7!important;
    border-color: #3775c7!important;
}

.btn-info:hover {
    background: #3775c7!important;
    border-color: #3775c7!important;
}

.pos-wrapper .pos-content .pos-product-list .product-list{
    height: auto;
}

.pos-wrapper .pos-content .pos-product-list .product-list{
    grid-template-columns: 1fr;
}      

div.dataTables_wrapper div.dataTables_processing {
    
    padding: 0;
}
.panel-default {
    border: none;
}

.pagination>li>a {
    font-size: 12px;
}

.pagination>li>a, .pagination>li>span {
    padding: 3px 5px;

}

@media screen and (max-width: 767px){
    div.dt-buttons a.btn {
        float: none;
        padding: 6px 5px!important;
    }

    .dt-buttons a img {
        width: 18px;
    }
}

@media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length select {
        width: 41px!important;
    }
}

.add-product-price-table>thead>tr>th {
    background: #EFF6FF;
    color: #111827;
}

.bg-green {
    background: #EFF6FF !important;
    text-align: left;
    border-bottom: 1px solid #E5E7EB;
    color: #000000 !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 130%;
    font-weight: 600;
}

.btn-navy {
    background: #001f3f;
    border-color: #000000;
    color: #ffffff;
}

.btn-navy:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}

.product_list {
    border: 1px solid #ededed;
    border-radius: 5px;
}

#product_list_body {
    gap: 10px;
}

.btn-primary.hover, .btn-primary:active, .btn-primary:hover {
    background-color: #FFB600;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #FFB600;
    border-color: #FFB600;
}

.btn-primary.hover, .btn-primary:active, .btn-primary:hover {
    background-color: #e0a40b;
}

div.pos-tab-menu div.list-group>a.active, div.pos-tab-menu div.list-group>a.active .glyphicon, div.pos-tab-menu div.list-group>a.active .fa {
    background-color: #011530;
    color: #ffffff;
    border-color: #011530;
}

div.pos-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #011530;
}

table.dataTable {
    width: 100% !important;
}
@media screen and (max-width: 767px){
    table.dataTable td,table.dataTable th{
        white-space:nowrap
    }
}

@media (max-width: 768px){
    .pos-wrapper .pos-content .pos-table .pos-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .pos-wrapper .pos-content .pos-table .pos-buttons .suspend {
        display: block;
    }

    .pos-buttons .cash, .quotation-button, .suspend, .multipay{
        width: 100%!important;
    }
}

.modal-title {
    justify-content: normal;
}

.modal-content {
    max-width: 100%;
}

.daterangepicker.opensright:before {
    right: 20px;
}

.pos_product_div {
    min-height: calc(116px - 100vh)!important;
    margin-bottom: 0px!important;
    overflow-y: inherit;
    max-height: inherit;
}


@media (max-width: 768px){
    .mobile{
        display: flex; 
        justify-content: flex-start;
    }
}

.highcharts-legend{
    display: none !important;
}

.highcharts-yaxis {
    display: none !important;
}

@media (max-width: 1111px){
  .kitchen-order-list{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px){
  .kitchen-wrapper{
    margin: 1.75rem 1rem;
  }

.kitchen-order-list {
  margin-top: 1.5rem;
  display: block;
  }

  .kitchen-order-list .kitchen-order-item{
    margin-bottom: 0.75rem;
  }

  .pos-topbar{
    padding: 0 0.5rem;
  }

  .pos-topbar .top-right{
    gap: 1rem;
  }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #001f3f  }
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #001f3f; color: #fff }

.auto-overflow{
    overflow: auto!important;
}

.dataTables_scrollBody {
    max-height: fit-content!important;
    overflow: scroll!important; /* modified */
    min-height: 400px; /* Added */
}

@media (max-width: 768px){
    input.form-control.input-sm.input_number.purchase_quantity.input_quantity, input.form-control.input-sm.os_exp_date, input.form-control.input-sm.os_date {
        width: 70px;
    }
}

@media screen and (max-width: 767px){
    .table-responsive {
        overflow-y: auto;
    }
}

.payment_modal {
    z-index: 1060!important;
}

/* Added */
.bg-pink {
    background-color: #e9d3d3!important;
}

.btn-back {
    border-radius: 50px!important;
    padding-left: 20px;
    padding-right: 20px;
}

.bouncy-modal {
    animation-name: warning;
    animation-duration: .5s;
    max-width: 500px!important;
}

#links-heading {
    cursor: pointer;
}

@media screen and (min-width: 800px){
	.sb-chat-btn {
		bottom: 30px!important;
		right: 80px!important;
	}
}

@keyframes warning {
    0% {
        transform: scale(1);
    }
    1% {
        transform: scale(.5);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(.95);
    }
    100% {
        transform: scale(1);
    }
}

.profit-table tr:nth-child(even){
    background-color: #ededed!important;
}

.border-none {
    border: none!important;
}

/* Notifications */
.notification-item{
    border-bottom: 1px solid #d2d2d2;
    padding: 5px;
}

.notification-item small{
    display: block;
    width: 100%;
    text-align: right;
}

.font-18 {
    font-size: 18px;
}

.table-striped>thead>tr {
    background-color: #EFF6FF!important;
}

