<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: black;
  background-color: rgb(var(--color-slate-200) / var(--tw-bg-opacity));
  padding: 4px;
  border-radius: 4px;
}

.datepicker-form {
  /* border: 1px solid green; */
  width: 50%;
}

.pick-date {
  font-size: 16px;
}

/* .inventory-search{
    border: 1px solid green;
    width: 100%;
} */
.create_newpro input {
  font-size: 16px !important;
}

.ordertype {
  padding: 10px;
}

.bootstrap-tagsinput {
  width: 100%;
  line-height: 1.80rem;
}

.printing-simulation {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.printing-line {
  width: 50%;
  height: 30px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 700;
  transform: translateY(-50%);
  animation: moveRight 2s linear infinite;
}

.hidearrow {
  display: none;
}

.user-btn:hover {
  background-color: rgb(1, 30, 74) !important;
  color: #fff;
}

@keyframes moveRight {
  to {
    left: 100%;
  }
}

@media(max-width:768px) {
  .analysis_cards .box {
    /* border: 1px solid red; */
    width: 47%;
    margin-bottom: 4px;
  }

  #credit-modal {
    width: 100%;
  }
}</pre></body></html>