.button-container {
    display: flex;
    max-width: 100%;
    height: 100px; 
    white-space: nowrap;
    overflow: hidden;
  /*overflow: hidden;   scrollbar-width: none;
    -ms-overflow-style: none; */
}
  /*.scrollable-content:hover,
  .scrollable-content:active,
  .scrollable-content:focus {
    overflow-x: auto;
  }
  
  .scrollable-content::-webkit-scrollbar {
    width: 0.25em;
  }
  
  .scrollable-content::-webkit-scrollbar-track {
    background-color: hsl(250 15% 93%);
  }
  
  .scrollable-content::-webkit-scrollbar-thumb {
    background-color: hsl(250 15% 60%);
  }
  
  .scrollable-content::-webkit-scrollbar-thumb:hover {
    background-color: hsl(255, 5%, 66%);
  }*/
  @media print {
    body * {
        visibility: hidden;
    }
    #printFrame, #printFrame * {
        visibility: visible;
    }
    #printFrame {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}

.button-container .button {
    flex: 0 0 auto;
    width: 130px;
    height: 80%; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 0;
    color: gray;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}
.button-container .button:not(:first-child) {
    margin-right: 10px; 
}
.button:hover,.button:active {
    border: 2px solid #3490dc; 
    color: #3490dc;
}
.btn-active{
    border: 2px solid #3490dc!important; 
    color: #3490dc!important;
}
.item-img{
    width: 110px;
    max-height: 100%;
    margin: auto;
}
.class-img{
    width: 2rem;
    margin-right: 1rem;
    margin: auto;
}

div::-webkit-scrollbar-track {
    background: #f1f1f1; 
}


div::-webkit-scrollbar-thumb {
    background: #888; 
}

div::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.title-item{
    display: block;
    width: 110px;
    font-weight:bold;
    font-size: 12px;
}
.item-content{
    margin-bottom: 10px;
    min-width: fit-content;
    margin: auto;
    height: 90px;width:110px;  box-shadow: 0 1px 7px rgba(0,0,0,.05);
    justify-content: space-between;
}
.card-item-data{
    height: 82%!important;
    overflow-y:auto;overflow-x:hidden;
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    justify-content: space-around;
}
nav{
    margin: auto;
}
.checkout{
   /* height: 85vh!important;*/
   height: 98%!important;
    overflow-y:auto;
}
#gateway-modal .form-group{
    margin-bottom: 0.5rem;
}
.scroll-body{
   /* overflow-y: hidden*/
}
.search{
    width: 35%;
}
.nav-tabs-vertical{
    flex-direction: column;
}
@media (max-width:767px) {
    .nav-tabs-vertical{
    flex-direction: row;
    }
    .tab-content{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width:600px) {
    .sales{
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .scroll-body{
        overflow-y: auto
    }
    .search{
        width: 100%;
    }
}
.btn-outline-dark:hover {
    color: #fff!important;
}
.result-table{
    background: rgb(239 236 236);
    box-shadow: inset 0 0 1px 0px rgba(0, 0, 0, 0.5);
 /*   position: absolute;
    bottom: 0;
    right: 0;
    left: 0;*/
    width: 100%;
    font-weight: bold;
}
.round-btn{
    padding: 1px!important;
    width: 25px;
    height: 25px;
}
.checkout-table-header{
    text-align: center;
    font-size: 12px;
    background: #e2e0e0;
    color: #0000007a;
    font-weight: bold;
}
.toggle-button {
    padding: 10px 20px;
    border: 2px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .toggle-button.active {
    background-color: #007bff;
    color: #fff;
    border:2px solid #007bff;
  }
 .pagination{
    flex-wrap: wrap;
 }
 .product{
    min-width:fit-content;cursor:pointer;
    padding-left: 5px;
    padding-right: 5px;
 }
 /* loading*/

 
.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
margin: auto;
margin-top: 10vh;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
  


.toolbar {
	padding: 16px;
	background: #eee;
}
.toolbar .head {
	display: flex;
	grid-gap: 10px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.toolbar .head > input {
	max-width: 100px;
	padding: 6px 10px;
	border-radius: 6px;
	border: 2px solid #ddd;
	outline: none;
}
.toolbar .head select {
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
}
.toolbar .head .color {
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	grid-gap: 6px;
	padding: 0 10px;
}
.toolbar .head .color span {
	font-size: 14px;
}
.toolbar .head .color input {
	border: none;
	padding: 0;
	width: 26px;
	height: 26px;
	background: #fff;
	cursor: pointer;
}
.toolbar .head .color input::-moz-color-swatch {
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
}
.toolbar .btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 10px;
}
.toolbar .btn-toolbar button {
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.toolbar .btn-toolbar button:hover {
	background: #f3f3f3;
}
#content {
	padding: 16px;
	outline: none;
  min-height: 10rem;

	overflow: auto;
}
#show-code[data-active="true"] {
	background: #eee;
}
.text-border{
  border: 1px solid #333333;
  padding: 10px;
}  
@media (max-width: 991.98px) {
  .datatable-scroll {
    overflow: hidden!important;
  }
}
 .voucher-sum{
  margin-top:-2rem;
  justify-content: flex-end;
  @media (max-width: 600px) {
    margin-top:0;
    justify-content: center;
  }
 }