.file {
  visibility: hidden;
  position: absolute;
}
.item-details-widget {
    padding: 25px 10px 10px 10px !important;
    margin-left: 5px;
}
.item-details {
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
    text-align: center;
    height: 90%;
    margin-bottom: 15px;
    cursor: pointer;
}
.item-details p {
    margin: 0 0 10px 0;
    font-weight: bold;
}
.item-details p:first-child {
    color: #b5b5b5;
}
.item-details p:last-child {
    margin: 0;
}
.cart-item-value {
    display: block;
    font-size: 10px;
    color: #888ea8;
}
.sidecart {
    /*height: calc(100vh - 90px) !important;*/
    overflow: auto;
    overflow-x: auto;
    position: fixed !important;
    max-width: 350px;
    width: 100%;
    top: 73px;
    right: 20px;
    z-index: 999;
    display: block;
}
.inv-detail-top {
    min-height: calc(100vh - 330px) !important;
}
.footer-wrapper-fixed {
    position: sticky;
    bottom: 0;
    border: 1px solid #e0e6ed;
    border-left: 0;
    background: #f1f2f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 16px 30px;
    margin: 0 0px 0 0;
    z-index: 999;
}
.footer-anchor a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-anchor a span {
    margin-left: 8px;
    font-weight: bold;
}
.footer-anchor a svg {
    color: #e7515a;
    height: 16px;
    width: 16px;
}
.Category-details {
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
    text-align: center;
    height: 90%;
    margin-bottom: 5px;
    cursor: pointer;
}
.Category-details p {
    margin: 0;
    font-weight: bold;
}
.category-details-widget {
    padding: 25px 10px 20px 10px !important;
    margin-left: 5px;
}
.categories-details-widget {
    margin-right: -15px;
}
.Category-details.category-only {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form-bar {
    display: flex;
    align-items: center;
}
.search-form-bar svg {
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
}
.search-form-input {
    padding-left: 35px;
    border-radius: 0px;
}
.search-form {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
}
.keypad-section .btn {
    width: 33.33%;
}
.modal {
  /*  z-index: 99999; */
}
.full-width-content {
    margin-right: 0 !important;
}
body .without-border .table > tbody > tr > td {
    border: 0px !important;
}
.table-hover:not(.table-dark) tbody tr:hover {
    background-color: transparent !important;
    -webkit-transform: unset !important;
    transform: unset !important;
}
.table-controls {
    padding: 0;
    margin: 0;
    list-style: none;
}
.table-controls > li {
    display: inline-block;
    margin: 0 2px;
    line-height: 1;
}
.toggle-light-dark {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px;
    background: #0e1726;
    position: relative;
    margin-left: 1px;
    top: 0px;
    border-top: 1px solid #e0e6ed;
    color: #fff;
    font-size: 15px;
}
.margin-right-zero {
    margin-right: 0 !important;
}
.table > tbody tr {
    border-bottom: 1px solid #dee2e6 !important;
}
.table > tbody:before {
    display: none !important;
}
.table-controls {
    text-align: right;
}
th.no-content {
    padding-right: 15px;
    text-align: right;
}
.added_in_cart {
    border: 1px solid #e7515a;
    background: #e8e8e847;
}
.cart-total-fix-div {
    position: sticky;
    bottom: 0px;
}
.inv-detail.inv-detail-top {
    height: 1px;
    overflow-y: auto;
}
.info-detail-3.info-sub {
    margin-right: 5px;
}
li.customer-setting-list .btn:hover, li.customer-setting-list .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
}
li.customer-setting-list .custom-dropdown .dropdown-menu, li.customer-setting-list .custom-dropdown-icon .dropdown-menu {
    top: 45px !important;
    margin-right: 25px;
}
.invoice-table .table > tbody > tr > td:last-child {
    border-right: 1px solid #dee2e6 !important;
}
.invoice-table .table > thead > tr > th {
    background: #e0e6ed;
}
.total-invoice-ul li span {
    font-weight: 600;
    color: #0e1726;
}
.select-invoice-customer {
    color: #acb0c3 !important;
    background: transparent;
    display: inline-block;
    padding: 7px 180px 7px 10px;
    border: 1px solid #bfc9d4;
    border-radius: 6px;
    position: relative;
    max-width: 200px;
    width: 100%;
}
.invoice-table .table th {
    padding: 10px 10px;
    border: 1px solid #d0d0d0 !important;
}
.invoice-table .table td {
    padding: 0;
    border: 1px solid #dee2e6 !important;
}
.invoice-table .form-control:focus {
    box-shadow: none;
    border-color: #1b55e2;
    color: #3b3f5c;
}
.invoice-table .form-control {
    border: 0;
}
.full-data-invoice{
    height: 250px;
    overflow-y: auto;
}
body .sales-page-table {
    width: 100% !important;
}


/* width */
.table-responsive::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: transparent; 
  border-radius: 6px;
}
 
/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #d3d3d3;
  border-radius: 6px;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #888; 
}

/* width */
.widget-account-invoice-one .invoice-box .inv-detail::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.widget-account-invoice-one .invoice-box .inv-detail::-webkit-scrollbar-track {
  background: transparent; 
  border-radius: 6px;
}
 
/* Handle */
.widget-account-invoice-one .invoice-box .inv-detail::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

/* Handle on hover */
.widget-account-invoice-one .invoice-box .inv-detail::-webkit-scrollbar-thumb:hover {
  background: #d3d3d3; 
}

/*input type number css start*/
.number-input input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}

.number-input {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.number-input button {
-webkit-appearance: none;
background-color: transparent;
border: none;
align-items: center;
justify-content: center;
cursor: pointer;
margin: 0;
position: relative;
}

.number-input button:before,
.number-input button:after {
display: inline-block;
position: absolute;
content: '';
height: 2px;
transform: translate(-50%, -50%);
}

.number-input button.plus:after {
transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
text-align: center;
}

.number-input.number-input {
border: 1px solid #ced4da;
width: 100%;
border-radius: .25rem;
}

.number-input.number-input button {
width: 2.6rem;
height: 2rem;
}

.number-input.number-input button.minus {
padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
width: .7rem;
background-color: #495057;
}

.number-input.number-input input[type=number] {
max-width: 4rem;
padding: .5rem;
border: 1px solid #ced4da;
border-width: 0 1px;
font-size: 1rem;
height: 2rem;
color: #495057;
}
.added_in_cart .number-input.number-input input[type=number] {
    background: #f9f9f9;
}

@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color:transparent) {

.number-input.def-number-input.safari_only button:before,
.number-input.def-number-input.safari_only button:after {
margin-top: -.3rem;
}
}
}
/*input type number css end*/
@media (max-width: 991px) {
 .footer-wrapper-fixed {
    margin: 0 0px 0 0;
    padding: 15px 15px;
}
.footer-anchor a span {
    margin-left: 8px;
    font-weight: bold;
    display: none;
}
    .top-main-row {
    margin-left: -15px;
    margin-right: 0;
}
.item-details-widget {
    margin-left: 0;
}
.category-details-widget {
    margin-left: 0px;
}
.sidecart {
    /*height: calc(100vh - 103px) !important;*/
    overflow: auto;
    overflow-x: auto;
    position: fixed !important;
    max-width: 300px;
    width: 100%;
    top: 55px;
    right: 0;
    z-index: 9999;
    border-radius: 0 !important;
    display: none;
}
.inv-detail-top {
    min-height: calc(100vh - 350px) !important;
}
}

@media (max-width: 1050px){
    body .table-responsive {
        overflow-x: auto !important;
    }
    body .table {
        width: 1500px !important;
    }
    body #zero-config_wrapper {
        margin-bottom: 30px;
    }
    body table.dataTable {
        width: 1050px !important;
    }
}
@media (max-width: 991px){
    body table.dataTable {
        width: 991px !important;
        margin-bottom: 10px !important;
    }
}


/* CSS SPINNER STYLES */
#smvt_loader
{
    display:none;
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 99999999;
}
#smvt_loader h3
{
    margin-top : 10px;
    margin-left : -120px;
    width : 350px;
    text-shadow : 1px 1px #dadada;
    background : rgba(255,255,255,0.8);
    border : 1px solid #dadada;
    text-align : center;
}

.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    transform: translate(-45%, -45%);
    z-index : 100000;
}
    
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
          
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* CSS SPINNER STYLES END HERE */

/* Auto Complete Widget CSS styles */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* Auto Complete Widet CSS styles end here */