.feather {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.dashboard-card {
  /*border: 1px solid #c6c9ce !important;*/
  width: 100%;
  height: fit-content;
  border-radius: 3px;
}

.h-fit-content {
  height: fit-content !important;
}

.table-date-cell {
  min-width: 160px;
}

requiredFields,
.required {
  color: #ff3366;
}

.z-index {
  z-index: 100;
}

.z-0 {
  z-index: 0;
}

.dropdown-height-limit .ng-select-container {
  align-items: unset !important;
  max-height: 150px;
  overflow: scroll !important;
  overflow-x: hidden !important;
}

.table-height-limit tbody {
  display: block;
  height: 300px;
  overflow-y: scroll;
}

.table-height-limit thead,
.table-height-limit tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* even columns width , fix width of table too*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

select {
  color: black !important;
}

input[ngbdatepicker][readonly] {
  background-color: white !important;
}

.tag-span {
  font-size: 0.7rem;
}

th.mat-header-cell,
td.mat-cell,
td.mat-footer-cell {
  padding: 1px 10px 1px 10px !important;
  border-bottom-width: 0px;
  border-bottom-style: none !important;
}
tr.mat-row {
  height: 40px !important;
}

.mat-checkbox-inner-container-no-side-margin {
  margin-top: 5px !important;
}

td.mat-cell {
  font-size: 12px !important;
  padding-left: 10px;
}

.table thead th {
  vertical-align: middle;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #ececec;
  border-color: #ececec;
}

#scripts-wrapper {
  background-color: #fafafa;
  padding: 15px;
}

#scripts-wrapper .list-group-item {
  background-color: #fafafa;
  border: none;
}

/*  tables tab and navs in forms **/
form .tab-content {
  margin-top: 0 !important;
  padding-top: 0;
}

form .nav-tabs {
  border-bottom: none;
}

.table tbody + tbody {
  border-bottom: none;
  border-top: none;
}

.table-primary-muted,
.table-primary-muted > th,
.table-primary-muted > td {
  background-color: #fafafa;
}

.table-primary-muted th,
.table-primary-muted td,
.table-primary-muted thead th,
.table-primary-muted tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.table-wrapped {
  table-layout: fixed;
}

.table-wrapped td {
  white-space: unset;
}

.custom-th-header-number {
  width: 20px;
}

.custom-th-header-question {
  width: 85%;
}

.custom-th-header-action {
  width: 7%;
}

.table td img {
  border-radius: 0px;
  width: 150px;
  height: 150px;
}

.submit-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tooltip-inner app-required-tooltip {
  text-align: left;
  text-transform: capitalize;
}

/* end **/

.pop-over-class {
  max-width: 100%;
}

.popover-body {
  padding: 10px;
}

.address-limit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* flags */
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

/* libraries scrollbar */
.scrollable {
  overflow: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgb(180, 180, 180, 0.5) rgb(180, 180, 180, 0.1);
}

.scrollable:hover {
  overflow: auto;
  overflow-x: hidden;
}

.scrollable::-webkit-scrollbar {
  width: 3px;
}

.scrollable::-webkit-scrollbar-track {
  background: rgb(180, 180, 180, 0.3);
}

.scrollable::-webkit-scrollbar-thumb {
  background: rgb(180, 180, 180, 0.3);
}

/** map **/
agm-map {
  height: 500px;
}

/* custom star template rating */
.star {
  position: relative;
  display: inline-block;
  color: #f1c40f;
}

.full {
  color: #f1c40f;
}

.half {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  color: #f1c40f;
}

/* datepicker */
.custom-day:hover {
  background-color: #ffffff !important;
}

.not-available-date {
  background-color: #ffcdd2;
  width: 2rem;
  height: 100%;
  border-radius: 1rem;
}

.custom-day {
  text-align: center;
  padding: 0.185rem 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  width: 2rem;
  height: 100%;
}

.custom-day:not(.not-available-date):not(.text-muted) {
  background-color: #dcedc8;
}

.disabled-price {
  background-color: unset !important;
  border-width: 0;
}

.selected-unavailable {
  background-color: #e57373 !important;
  color: white;
}

.selected-available {
  background-color: #7cb342 !important;
  color: white;
}

.available-date {
  background-color: #aed581 !important;
}

.unavailable-date {
  background-color: #e57373 !important;
  color: white;
  font-weight: bold;
  text-align: center;
}

.table-header-row {
  background-color: #616161 !important;
  color: white;
  font-weight: bold;
}

/*.ng-valid[required], .ng-valid.required  {*/
/*  border-left: 1px solid #42A948; !* green *!*/
/*}*/

/*.ng-invalid:not(form)  {*/
/*  border-color: #ff3366; !* red *!*/
/*}*/

/*.no-gutters.row,*/
/*.no-gutters.container,*/
/*.no-gutters.container-fluid{*/
/*  margin-left: 0;*/
/*  margin-right: 0;*/
/*  padding-left: 0;*/
/*  padding-right: 0;*/
/*}*/

/*.no-gutters>[class^="col-"]{*/
/*  padding-left: 0;*/
/*  padding-right: 0;*/
/*}*/

.highlight {
  background-color: #ff0;
  font-weight: bold;
}

.highlight-from-trv {
  background-color: #fff9c4;
}

.custom-modal .modal-dialog {
  max-width: 20%;
}

.fake-link {
  cursor: pointer;
}

.remarks-good {
  color: #0ea04e;
}

.remarks-bad {
  color: #ff3366;
}

.fake-disabled {
  background: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
  border: none;
}

.custom-time-table {
  max-height: 700px;
}

.custom-time-table tbody {
  margin: 0;
  overflow: hidden;
}

.custom-time-table table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
}

.custom-time-table thead th {
  position: -webkit-sticky;
  background: white;
  position: sticky;
  top: -0.55rem;
  z-index: 2;
  box-shadow: inset 0 0.2px 0 #ccc, inset 0 -0.2px 0 #ccc;
}

agm-map {
  height: 600px;
}

.feather {
  margin-bottom: 5px;
  height: 16px;
  width: 16px;
}

.button-icon-feather {
  margin-bottom: 1px;
  height: 16px;
  width: 16px;
}

.icon-success {
  color: green !important;
}

.icon-warning {
  color: orange !important;
}

.input-group-append i {
  margin-bottom: unset !important;
}
.mat-header-cell {
  background: #23262f;
  color: white !important;
  font-size: 12px !important;
}

.gray-thead thead,
.gray-td {
  background: #808080;
}

.sales-list-box {
  height: 32vh;
  overflow: auto;
}

.mat-header-row {
  height: 40px !important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-ripple .mat-ripple-element {
  opacity: 0.03 !important;
  background-color: #727cf5 !important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #727cf5 !important;
}
.mat-checkbox-ripple .mat-ripple-element,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #727cf5 !important;
}

.header-background {
  background-color: #f5f5f5;
  padding: 20px;
}

.c-header-background {
  background-color: #f3f4f6;
  padding: 20px;
}

.last-scanned-without-animation-background {
  background-color: #fef9c3;
  padding: 20px;
}

.last-scanned-background {
  background-color: #fef9c3;
  padding: 20px;
  animation: breathing 3s infinite ease-in-out;
}

@keyframes breathing {
  0%, 100% {
    background-color: #fef9c3;
  }
  50% {
    background-color: #fef08a; /* A slightly brighter shade */
  }
}

.c-table-wrapper {
  position: relative; /* Make the container a positioning context */
}

.spinner-overlay-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 185, 185, 0); /* Semi-transparent overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; /* Ensure the spinner overlays the table content */
  pointer-events: none; /* Allow clicks to pass through */
}

.spinner{
  width: 60px;
  height: 60px;
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-top: 8px solid #727cf5; /* The color of the spinner */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.scan-picking-incomplete {
  background: #e0e0e0;
}

.scan-complete {
  background: #c5e1a5;
  color: black !important;
}

.last-scanned {
  background: #71c25f;
  color: #f1ffe1;
  font-weight: bold;
}

.scan-partial {
  background: #ff963bde;
}

.highlight {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.packed-item {
  background: #fff9c4;
}

.warning {
  background: #fff9c4;
}

.footer-default {
  background: #c5e1a5;
  font-weight: bold;
  height: 35px !important;
  font-size: 16px;
}

.white-text {
  color: white;
}

.vacant {
  background: #c5e1a5 !important;
  color: white;
}

.added {
  background: #fff9c4 !important;
}

.danger {
  background: #ef5350;
  color: white;
}

.picking-table-header {
  background: lightyellow;
}


.filters {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

.display-filters {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.25s, opacity 0.1s ease-in;
  overflow: unset;
}

.table-header th {
  background: #808080;
  background-color: rgb(128, 128, 128);
  color: white !important;
  font-weight: bold;
}
.packages-modal .modal-dialog {
  max-width: 70%;
}
.summary-modal .modal-dialog {
  max-width: 90%;
}

.add-product-modal .modal-dialog {
  max-width: 70%;
}
.location-update-modal .modal-dialog {
  max-width: 40%;
}
.qty-modal .modal-dialog {
  max-width: 12%;
}
.table-wrapper {
  height: 500px;
  overflow: auto;
}

.mat-table-sticky {
  top: -1px !important;
}
.table-limit {
  max-height: 60vh;
  overflow: auto;
}
.bin-table-limit {
  max-height: 27vh;
  overflow: auto;
}

.sticky-header th {
  position: sticky;
  top: -1px;
  background-color: white;
  border-top: 0 !important;
  box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
}

.table-smooth-scroll {
  scroll-behavior: smooth;
}

.focus-glow {
  border-color: #10b759 !important;
}

.stock-keeping-family-limit {
  max-height: 25vh;
  overflow: auto;
}

.stock-keeping-product-limit {
  max-height: 25vh;
  overflow: auto;
}

.header-style-1 th {
  background-color: #aed581;
  color: white !important;
}

.header-style-2 th {
  background-color: #ef5350;
  color: white !important;
}
.sticky-footer td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #eeeeee;
  color: #424242;
  font-weight: 700;
}

.btn-success:disabled {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

/* popup background */
.ngxp__container {
  display: none;
  position: absolute;
  border-radius: 3px;
  color: white !important;
  background-color: black;
  border: 0 solid grey !important;
  box-shadow: 0 0 0 0 !important;
  padding: 15px !important;
}

/* popup arrow */
.ngxp__container > .ngxp__arrow:before {
  transform: rotate(45deg) !important;
  content: '' !important;
  background-color: black !important;
  top: 0 !important;
  left: 0 !important;
}

.custom-popup-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.image-frame {
  border: 4px solid #555;
}

.mat-sort-header-arrow {
  color: white;
}

.inbound-sort-table .mat-sort-header-container {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.inbound-sort-table .mat-sort-header-content {
  display: inline-flex;
  align-items: center;
}

.inbound-sort-table .mat-sort-header-arrow {
  margin-left: 6px;
  transform: translateY(0);
}

.role-routes-height {
  max-height: 60vh;
  overflow: scroll;
}

.truncate-cell {
  max-width: 200px; /* feel free to include any other value */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.green-snackbar {
  background: #43a047;
  font-weight: bold;
  font-size: 16px;
  color: white;
}

.red-snackbar {
  background-color: #ef5350;
  font-weight: bold;
  font-size: 16px;
  color: white;
}

.nav-link {
  color: gray;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  border-bottom: 4px solid #23262f;
  color: #23262f;
  font-weight: bold;
}
.nav-tabs .nav-link:hover {
  color: #000;
  border-bottom: 4px solid grey;
}

#chart {
  height: 440px;
}

#pie {
  height: 330px;
}

.dxc-legend {
  margin-bottom: 10px;
}

.tooltip-header {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
  width: 170px;
}

.tooltip-body .series-name {
  font-weight: normal;
  opacity: 0.6;
  display: inline-block;
  line-height: 1.5;
  padding-right: 10px;
  width: 126px;
}

.tooltip-body .value-text {
  display: inline-block;
  line-height: 1.5;
  width: 30px;
}
