.change-password-block {
    display:none;
}

.table_item {
    border: 1px solid lightgray !important;
    height: 150px;
    width: 100%;
    transition: 0.15s;
    font-size: xx-large;
    white-space: normal;
}

.btn-white {
    color: var(--dark);
    background-color: var(--white);
    border-color: var(--white);
}

.btn-orange {
    color: var(--white);
    background-color: #fb8c00 !important;
    border-color: #fb8c00 !important;
}

.btn-red {
    color: var(--white);
    background-color: #fb3b3b;
    border-color: #fb3b3b;
}


ul.order-statuses-stages {
    width: 100%;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0 16px 0 0;
    overflow: auto;
}

ul.order-statuses-stages li span {
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.order-statuses-stages li {
    padding: 5px 5px 5px 20px;
    position: relative;
    margin: 0;
    background-color: transparent;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    min-width: 20px;
    text-transform: none !important;
    justify-content: center;
    line-height: 20px;
    background: #ACB5C3;
}
@media (max-width: 959px){
    ul.order-statuses-stages li {
        min-width: unset;
        flex-shrink: 0;
        margin-bottom: 20px;
    }
}
ul.order-statuses-stages li:first-child {
    padding-left: 10px;
}

ul.order-statuses-stages.clickable li {
    cursor: pointer;
}

ul.order-statuses-stages li.active,
ul.order-statuses-stages li.active:after,
ul.order-statuses-stages li.active:before {
    background: inherit;
}

ul.order-statuses-stages li:first-child {
    border-radius: 16px 0 0 16px;
}

ul.order-statuses-stages li:after {
    bottom: 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}

ul.order-statuses-stages li:before {
    top: 0;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
}

ul.order-statuses-stages li:before,
ul.order-statuses-stages li:after {
    display: block;
    position: absolute;
    content: ' ';
    background: inherit;
    height: 50%;
    width: 16px;
    border-right: 1px solid #fff;
    right: -8px;
    z-index: 1;
}

/*ul.order-statuses-stages li.active:before,
ul.order-statuses-stages li.active:after {
    border-right: 1px solid transparent;
}*/

ul.order-statuses-stages.order-statuses-stages--small li {
    min-width: 15px;
}

ul.order-statuses-stages.order-statuses-stages--small li:after,
ul.order-statuses-stages.order-statuses-stages--small li:before {
    display: none;
}

ul.order-statuses-stages.order-statuses-stages--small li {
    border-right: 2px solid #fff;
}

ul.order-statuses-stages.order-statuses-stages--small li:last-child {
    border-radius: 0 6px 6px 0;
    border-right: 0;
}

ul.order-statuses-stages.order-statuses-stages--small li:first-child {
    border-radius: 6px 0 0 6px;
}

ul.order-statuses-stages.order-statuses-stages--small li:only-child {
    border-radius: 6px 6px 6px 6px;
}

ul.order-statuses-stages.order-statuses-stages--small li {
    min-width: 5px;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
}

ul.order-statuses-stages.order-statuses-stages--small {
    padding-right: 0;
    margin-bottom: 0;
}

#table_qty_column{
    min-width: 150px;
}

.pos-product-box{
    max-height: 400px;
}

.dt-table-order, .dataTables_scrollHeadInner{
    width: 100% !important;
}

tbody input[type="number"][name^="order_items"]::-webkit-inner-spin-button,
tbody input[type="number"][name^="order_items"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Optional */
}
tbody input[type="number"][name^="order_items"] {
    -moz-appearance: textfield;
  }