.data-table .card-header {
  border-bottom: 1px solid #ebe9f1 !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
  content: "" !important;
  right: 0.5em !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

a {
  color: #5e5873 !important;
}

body {
  background: black;
  /* for this demo */
}

.auth-wrapper.auth-cover .brand-logo {
  color: #008540 !important;
}

.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .8;
}

.inputfile {
  display: none;
}

.right-side {
  display: flex;
  align-items: center;

}

.file-button {
  border-radius: 5px;
  border: 1px solid;
  display: block;
  padding: 0.786rem 1.5rem;
  border-radius: 0.358rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.primary_btn {
  background: blue;
  padding: 0.786rem 1.5rem;
  border-radius: 0.358rem;
  font-weight: 500;
  display: block;
  color: #fff;
}

.alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 8px 0px 8px;
}

.alert .close {
  border: none;
  background: transparent;
  color: red;
  font-size: 28px;
}

.form-label {
  font-weight: 600 !important;
  font-size: 1rem !important;
}

.file-button:hover {
  box-shadow: 0 8px 25px -8px #7367f0;
}

table.purchase-order-item-details tbody tr td {
  white-space: nowrap;
}

.text-right {
  text-align: right !important;
}

.main-div {
  display: flex;
  align-items: baseline;
}

.first-div {
  margin-right: 10px;
}

.global_search:focus-within {
  box-shadow: unset !important;
}

/* table.dataTable td, table.dataTable th{
  word-break: break-all;
} */
.scanning-btn {
  cursor: pointer;
}

.scan-field {
  font-weight: 600;
  font-size: 18px;
  padding: 0.4rem 1rem;
  border-right: 0px;
}

.card-statistics .avatar .avatar-content {
  width: 48px;
  height: 48px;
}

.card-statistics .avatar .avatar-content .avatar-icon {
  width: 24px;
  height: 24px;
}

.main-menu-content li.nav-item.active a {
  color: #fff !important;
}

  table#sortableTable {
    margin-top: 16px;
  }

@media only screen and (max-width: 1400px) and (min-width: 100px)  {
  
  .dashcard_vs_main .card.p-3 {
    padding: 2.5rem 1.5rem !important;
  }


}


@media only screen and (max-width: 1500px) and (min-width: 100px)  {

  
 .table-bordered th , .table-bordered td {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
}
}
.search-keyword{
  width: 50%;
}