@font-face {
  font-family: Gilroy;
  font-weight: 400;
  src: url(../assets/fonts/gr.woff2) format("woff2");
}


@font-face {
  font-family: Gilroy;
  font-weight: 500;
  src: url(../assets/fonts/gm.woff2) format("woff2");
}


@font-face {
  font-family: Gilroy;
  font-weight: 700;
  src: url(../assets/fonts/gs.woff2) format("woff2");
}

  
@font-face {
  font-family: Gilroy;
  font-weight: 900;
  src: url(../assets/fonts/gb.woff2) format("woff2");
}

@font-face {
  font-family: barcodeF;
  src: url(../assets/fonts/barcode.ttf) format("ttf");
}

.barcodes{
  font-family: 'barcodeF';
}

body{
    font-family: Gilroy;
}


.text-xxs{
  font-size:9px;
}


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #2563eb;
  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: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


.stacked-bars:first-child,
.stacked-bars:last-child {
   stroke-linecap: round
}


button:disabled{
  cursor: not-allowed;
  opacity: 70%;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
  cursor:not-allowed;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border: 2px solid #fff;
  border-radius: 100px;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CBD5E1;
}


