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

  100% {
    transform: rotate(360deg);
  }
}

.monitoring-icon {
  fill: #6d7080 !important;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 8px;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
}
:root {
  --blue-color: #3577f1;
  --blue-color-hover: #2d65cd;
}
.flatpickr-months {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}
.btn-primary {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--blue-color-hover);
  border-color: #2a5fc1;
  color: #fff;
}
.nav-link {
  padding-left: 0px !important;
}
.flatpickr-months {
  fill: hsla(0, 0%, 100%, 0.9);
  color: hsla(0, 0%, 100%, 0.9);
  cursor: pointer;
  user-select: auto;
}

.flatpickr-months .flatpickr-month {
  fill: hsla(0, 0%, 100%, 0.9);
  color: hsla(0, 0%, 100%, 0.9) !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  fill: hsla(0, 0%, 100%, 0.9) !important;
  display: flex !important;
  align-items: center !important;
}

.flatpickr-next-month {
  fill: hsla(0, 0%, 100%, 0.9);
}

.flatpickr-day.selected,
.flatpickr-monthSelect-month.selected {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.loader-container {
  display: flex !important;
  margin-top: 20px;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.loader {
  border: 4px solid #f3f3f3 !important;
  border-top: 4px solid #3498db !important;
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  animation: spin 1s linear infinite !important;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none !important;
  -webkit-appearance: none !important;
}

#report-table-container {
  position: relative;
  background: white;
  border-radius: 0.8rem;
}

#report-table-container::after {
  content: "";
  position: absolute;
  left: -0.5px;
  top: 0;
  background: white;
  width: 2px;
  height: 100%;
  z-index: 10;
}

.monitoring-page-table-div td:first-child {
  position: sticky !important;
  left: 0 !important;
  background-color: #f2f2f2;
  z-index: 1 !important;
}
.monitoring-page-table-div th:first-child {
  position: sticky !important;
  left: 0 !important;
  background-color: #f2f2f2;
  z-index: 2 !important;
}

#report-table-container[data-show="true"] {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#reports-table-progress {
  width: 65%;
  max-width: 65%;
}

#report-table-container[data-show="false"] #show-table-btn {
  display: block;
}

#report-table-container[data-show="true"] #show-table-btn {
  display: none;
}

#report-table-container[data-show="false"] #report-table {
  filter: blur(10px);
  pointer-events: none;
  user-select: none;
}

#report-table-container[data-show="true"] #report-table {
  filter: none;
  pointer-events: initial;
  user-select: initial;
}

#report-table-container .table-responsive {
  max-height: 61vh;
  min-height: 61vh;
  overflow: auto;
  border-radius: 0.8rem;
  overflow: auto;
  overflow-x: scroll;
}

#report-table thead tr th {
  position: sticky;
  top: 0px;
  background-color: #dbdbdb;
  z-index: 1;
  height: 4rem;
  vertical-align: middle;
}
#report-table thead tr {
  height: 55px !important;
}

#report-table tbody tr td {
  vertical-align: middle;
}

#report-table tbody tr {
  vertical-align: middle;
  padding: 6px;
}
#report-table tbody tr td ul {
  margin: auto;
}

#report-table thead tr th > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.filters-and-sort-icons {
  display: flex;
  gap: 12px;
  font-size: 1rem;
  align-items: center;
}

.filters-and-sort-icons i {
  cursor: pointer;
}

div[id^="react-select-"] {
  z-index: 2;
}

#report-table ul {
  list-style: none;
  padding: 0;
}

#report-table .badge {
  font-size: 0.8rem;
}

.cart-btn {
  min-width: 100px;
}

#report-table .badge-soft-primary {
  color: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.1);
}

.filter-container {
  position: relative;
  display: grid;
  place-items: center;
}

#report-table .rmsc.multi-select {
  min-width: 255px;
  width: 255px;
  max-width: 100%;
  position: absolute;
  top: 200%;
  left: 0;
  font-size: 0.8rem;
}

.rmsc.multi-select .dropdown-container {
  z-index: 10;
}

.rmsc.multi-select .dropdown-container[aria-expanded="false"] {
  display: none;
}

.rmsc.multi-select .options .select-item {
  margin-bottom: 0;
}

#report-table .rmsc.multi-select.left {
  right: 0;
  left: initial;
}

.show-loader {
  position: relative;
}

.show-loader div[id^="react-select"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  background-image: url("https://icon-library.com/images/loading-icon-transparent-background/loading-icon-transparent-background-12.jpg");
  width: 25px;
  aspect-ratio: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

#report-table th {
  min-width: fit-content;
}

.invisible {
  visibility: hidden;
}
.modal-title {
  width: 100% !important;
}
.modal-open {
  padding-right: 0px !important;
}
.date-header {
  max-width: 20% !important;
  width: 20% !important;
}
.modal-body {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.modal-header {
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
}
.btn-close {
  padding-top: 20px !important;
  margin-right: 0 !important;
}
.btn-close:hover,
.btn-close:active,
.btn-close:focus {
  color: #bdbdbd66 !important;
  background-color: #bdbdbd66 !important;
}
.status-popup {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.alrt-clse {
  padding-top: 1rem !important;
  margin-right: auto !important;
  color: unset !important;
  background-color: unset !important;
}
.weekday-pill {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  margin: 0.5rem;
  border-radius: 1rem;
  background-color: #e0e0e0;
  color: #333;
  cursor: pointer;
  margin-left: 0px;
}

.weekday-pill.selected {
  background-color: #333;
  color: #fff;
}

#admin-overview-tab-content .list-card-body {
  height: 52vh;
}

#admin-overview-tab-content .list-group {
  height: 42vh;
  overflow: auto;
}

.top-cards .table-card table thead tr th {
  position: sticky;
  top: 0px;
  z-index: 1;
  vertical-align: middle;
}

.top-cards .table-card {
  height: 55vh;
  max-height: 55vh;
  overflow: auto;
}

.col-transition {
  transition: all 0.4s cubic-bezier(0.2, 0, 1, 1);
  overflow: hidden;
  max-width: 100%;
  opacity: 1;
}

.disabledCol {
  max-width: 0px;
  opacity: 0;
}

#user-history-table .rmsc.multi-select,
#user-credit-table .rmsc.multi-select,
#user-report-log-table .rmsc.multi-select {
  min-width: 255px;
  width: 255px;
  max-width: 100%;
  position: absolute;
  top: 160%;
  left: 0;
  font-size: 0.8rem;
}

.profile-wid-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 320px;
  @media (max-width: 575.98px) {
    height: 445px;
  }

  &::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
    background: #3577f1;
    background: linear-gradient(to top, darken(#3577f1, 25%), #3577f1);
  }

  .profile-wid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.loader-container {
  display: flex !important;
  margin-top: 20px;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.loader {
  border: 4px solid #f3f3f3 !important;
  border-top: 4px solid #3498db !important;
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  animation: spin 1s linear infinite !important;
}

.pill {
  padding: 5px 10px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
}

.red-pill {
  background-color: red;
}

.yellow-pill {
  background-color: yellow;
  color: black;
}

.green-pill {
  background-color: green;
}

.loader-container {
  display: flex !important;
  margin-top: 20px;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.loader {
  border: 4px solid #f3f3f3 !important;
  border-top: 4px solid #3498db !important;
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  animation: spin 1s linear infinite !important;
}

@media print {
  body::before {
    content: none !important;
  }
}

.loader-container {
  display: flex !important;
  margin-top: 20px;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.loader {
  border: 4px solid #f3f3f3 !important;
  border-top: 4px solid #3498db !important;
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  animation: spin 1s linear infinite !important;
}

.loader-container {
  display: flex !important;
  margin-top: 20px;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.loader {
  border: 4px solid #f3f3f3 !important;
  border-top: 4px solid #3498db !important;
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  animation: spin 1s linear infinite !important;
}

.loader-container {
  display: flex !important;
  margin-top: 20px;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.loader {
  border: 4px solid #f3f3f3 !important;
  border-top: 4px solid #3498db !important;
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  animation: spin 1s linear infinite !important;
}

.my-masonry-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  width: auto;
}

.my-masonry-grid_column {
  padding-left: 25px;
  background-clip: padding-box;
}

.my-masonry-grid_column > div {
  background: transparent;
  margin-bottom: 20px;
}

.all-users th {
  border: 0.1px solid white;
  border-top: none;
}

.all-users td {
  border: 1px solid #e9ebec;
}

.close-btn-users {
  padding-top: 0px !important ;
}

.error-modal-body {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 100% !important;
}

.modal-error-btn {
  display: flex !important;
  align-items: center !important;
}
