:root {
  --theme-blue: #22447f;
}

.bg-theme-blue {
  background-color: var(--theme-blue) !important;
}

.wrap-text {
  white-space: break-spaces !important;
  line-height: normal !important;
}

.sidebar-brand {
  justify-content: left;
}
.sidebar-brand .brand-link .brand-image {
  max-height: 20px;
}

.in-process {
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
}
.in-process::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url("../assets/img/anim2.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  display: block;
  background-size: 100px;
}

h3 > .small {
  font-size: 0.9rem !important;
}
.filter-active {
  position: relative;
}
.filter-active::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  right: 8px;
  top: 8px;
  background-color: #ff0000;
  border-radius: 50%;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 1rem;
  line-height: 1.25rem;
}

.selectize-dropdown-content .option.active {
  font-weight: 800;
}

#porder-receiving,
.table-responsive {
  overflow: visible !important;
}

#porder-receiving td,
#porder-receiving th,
td.nowrap,
#porder-items td {
  text-wrap: nowrap;
}

@media screen and (max-width: 1699px) {
  #porder-receiving tbody tr td,
  #porder-items tbody tr td {
    min-width: 150px;
  }
  #porder-items tbody tr td {
    min-width: 200px;
  }
  #porder-receiving tbody tr td:nth-child(4) {
    min-width: 200px;
  }
  #porder-receiving tbody tr td:first-child,
  #porder-items tbody tr td:first-child,
  #porder-items tbody tr td:last-child {
    min-width: auto;
  }
}
