.cursor-pointer {
  cursor: pointer;
}

.nk-tb-col,
td,
tr,
th {
  white-space: nowrap;
}

.table_wrap td,
.table_wrap th,
.table_wrap tr {
  white-space: unset;
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }

  body {
    margin: 0;
    color: unset !important;
    background-color: unset !important;
  }

  table {
    width: 100%;
    height: 100%;
  }
}

.table_header_print_bg {
  background-color: #f2f2f2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-3_5 {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
}

.react-calendar-datetime-picker {
  width: unset !important;
}
.react-calendar-datetime-picker .calender-modal {
  z-index: 1010 !important;
}

.react-calendar-datetime-picker .input-picker .input-picker--clearBtn {
  right: unset !important;
  left: 10px !important;
}

.min_w_100_px {
  min-width: 100px;
}

.react-select__control {
  padding: 3px;
}

.pre_wrap-white_space {
  white-space: pre-wrap;
}

.dropdown_max_height {
  max-height: 300px;
  overflow-y: auto !important;
}

/*? Start Dots Loader */
@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
.loading-dots {
  text-align: center;
  width: 100%;
}
.loading-dots--dot {
  -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
  animation: dot-keyframes 1.5s infinite ease-in-out;
  border-radius: 10px;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 1.5px;
}
.loading-dots--dot:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading-dots--dot:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/*? End Dots Loader */
