.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%;
}

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

.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 #6BBC47;
}

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;
}

.login_banner {
  max-width: 550px;
  height: auto;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #65b144 !important;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(101, 177, 68, 0.5) !important;
}

.showBtn {
    color: #fff;
    background: #6bbc47;
}
.showBtn:hover {
    color: #fff;
}
.goalCompleted {
    --bs-bg-opacity: 1;
    background-color: #6BBC47;
}
.goalModalHeader{
   background-color: #6BBC47!important;
    color: #fff;
}
.modal-title{
    color: #ffff;
}