body {
  font-family: "Open Sans", sans-serif;
}

.h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif !important;
}

.custom-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.notification-count {
  padding: 2px 8px;
  border-radius: 50%;
  background-color: red;
  color: white;
  font-weight: 600;
  margin-left: 18px;
}

span .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #4b5563;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px 12px;
  position: absolute;
  z-index: 999;
  font-size: 16px;
  font-weight: 400 !important;
}

span:hover .tooltiptext {
  visibility: visible;
}

.progress {
  background-color: #495057;
  height: 6px;
}

.business-dashboard p {
  margin-bottom: 0 !important;
}

.table-dark > thead > tr > th {
  border-top: 1px solid #373b3e !important;
  border-bottom: 1px solid #373b3e !important;
  background-color: #374151;
  padding: 16px 20px;
}

.table-dark > tbody > tr > td {
  padding: 20px;
  border-top: 1px solid #4b5563;
  vertical-align: middle;
}

.dropdown-menu > li > a {
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
}

.dark-input {
  background-color: #374151;
  border-color: #374151;
  color: #fff;
  border-radius: 4px;
}

.dark-input:focus {
  box-shadow: none;
  border-color: #374151;
  background-color: #374151;
  border-color: #374151;
  color: #fff;
}

.dark-input::placeholder {
  color: #9ca3af;
}

.dark-input:disabled,
.form-control[readonly] {
  background-color: #374151;
  opacity: 1;
  color: #9ca3af;
}

.mobile-content {
  position: absolute;
  width: 269px;
  height: 465px;
  top: 90px;
  left: 15px;
}

.image-upload-container {
  position: relative;
  width: 310px;
  height: 270px;
  border: 1px solid #374151;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #374151;
  border-radius: 4px;
  background-image: url("/assets/business/images/image_input.png");
  background-size: initial;
  background-position: center center;
  background-repeat: no-repeat;
}

.image-upload-container:hover {
  border-color: #aaa;
}

#imageInput,
#business_images {
  display: none;
}

.image-show-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
}

#showbusinessImages,
#showbusinessImages1 {
  display: flex;
  overflow: auto;
  gap: 10px;
  max-width: 230px;
  flex-wrap: wrap;
}

#showbusinessImages .image-item .card-img-preview,
#showbusinessImages1 .image-item .card-img-preview,
#showbusinessImages .image-item .card-img-preview1 {
  width: 60px;
  height: 90px;
}

#showbusinessImages.image-item,
#showbusinessImages1.image-item {
  position: relative;
}

.remove-embedded-image {
  color: red;
  color: red;
  width: 15px;
  position: absolute;
  top: -5px;
  right: 5px;
}

.multiple-image-container {
  padding-bottom: 13px;
  flex-direction: column;
}

.datepicker td,
.datepicker th {
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
}

.active-date {
  background-color: #3d8bfd;
  color: white;
  border-radius: 50%;
  padding: 5px 8px !important;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  background-color: #1f2937;
  color: #fff;
}

.data-table .table-dark th {
  min-width: 140px;
  color: #9ca3af;
  font-weight: 600;
  white-space: nowrap;
}

.data-table .table-dark th .dt-column-title {
  display: block;
  min-width: 156px;
  font-weight: 600;
}

.active-table-btn {
  background-color: #374151;
  color: #0d6efd !important;
}

.header_business_logo {
  width: 60px;
  height: 59px;
}

.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.select2-selection,
.select2-dropdown,
.select2-search__field {
  background-color: #374151 !important;
  border-color: #374151 !important;
  color: #fff;
  border-radius: 4px !important;
}

.select2-selection__rendered {
  color: #fff !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: transparent;
}

.modal-header .close,
.close,
.close .fa.fa-times {
  background-color: transparent;
  border: 0;
  color: #9ca3af !important;
}
.modal-dialog h5,
.modal-dialog h6,
.modal-dialog h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.dt-paging-button {
  color: #fff !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #0d6efd !important;
}

.fixed-sidebar {
  position: fixed;
  padding-top: 0;
  background-color: #1f2937 !important;
  z-index: 9999;
}

.form-select.text-gray-400,
.search-box.bg-gray-700 {
  border: 1px solid #374151;
}

.form-select.bg-gray-700 > option {
  color: white !important;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M6 9L12 15L18 9' stroke='%239CA3AF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-box {
  padding-right: 40px;
  /* Adjust as necessary */
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust as necessary */
  transform: translateY(-50%);
  color: #9ca3af;
}

.badge {
  font-weight: 400;
}

.material-icons {
  font-size: 16px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 12px;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 7px;
}

.btn:focus {
  box-shadow: none;
}

.dropdown-menu > li > a:hover {
  background-color: #374151;
  color: #f3f4f6;
}

::placeholder {
  color: #9ca3af !important;
}

.main-header .navbar {
  margin-left: 0;
}

/* .input-group-text {
  padding: 10px !important;
  border-radius: 4px 0 0 4px !important;
} */

/* Hide the default checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #0d6efd;
  background-color: #1f2937;
  outline: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
}

/* Define custom checkbox styles */
input[type="checkbox"]:checked {
  border-color: 1px solid #0d6efd;
  background-color: #0d6efd;
  background-image: none !important;
}
.skin-blue .sidebar-menu > li.active > a {
  border-left-color: transparent !important;
}

/* Define custom checkbox indicator */
input[type="checkbox"]:checked::after {
  content: "\2713";
  /* Checkmark symbol */
  display: block;
  text-align: center;
  font-size: 14px;
  color: #1f2937;
  font-weight: 900;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-top: 3px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M6 4.5L10 8.5L6 12.5' stroke='%234B5563' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.breadcrumb-item.active {
  color: #0d6efd;
}
.breadcrumb-item,
.breadcrumb-item > a {
  font-weight: 600;
  font-size: 14px;
}
.dark-bg .jconfirm-box {
  background-color: #1f2937 !important;
  color: #fff;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00095 7.99998L11.496 11.495M4.50586 11.495L8.00095 7.99998L4.50586 11.495ZM11.496 4.50488L8.00095 7.99998L11.496 4.50488ZM8.00095 7.99998L4.50586 4.50488L8.00095 7.99998Z' stroke='%239CA3AF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 0.1em;
  height: 0.1em;
}

.modal-header,
.dotted-border-bottom {
  border-bottom: 1px dotted #4b5563;
}

.modal-footer {
  border-top: 1px solid #4b5563;
}

.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 4px;
}

.select2-container--default .select2-selection--single {
  height: 38px !important;
}

input:-internal-autofill-selected {
  background-color: #374151 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #374151 !important;
}

.request-mobile-preview {
  max-width: 255px;
  max-height: 470px;
  position: absolute;
  top: 110px;
  overflow: auto;
}

.request-mobile-preview::-webkit-scrollbar {
  display: none;
}

.qr-img {
  width: 35px;
  height: 35px;
}

.qrcode-modal > .jconfirm-box {
  background-color: #1f2937 !important;
  color: #fff;
}

.button-count,
.req-count {
  border-radius: 50%;
  color: #0a3622;
  background-color: #a3cfbb;
  margin-left: 6px;
  font-weight: 600;
  height: 24px;
  width: 24px;
}
.button-count {
  display: inline-grid !important;
  place-content: center;
}
.table-padding > tbody > tr > td {
  padding: 12px 20px !important;
  vertical-align: middle;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
  overflow-y: auto;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 24px;
}

.is-invalid-check {
  border: 1px solid #dc3545 !important;
}

.center-vertically {
  display: flex;
  justify-content: center;
}

.loyalty-card-image-label {
  text-wrap: wrap !important;
}

/* bootstrap time picker  */
.bootstrap-timepicker-widget {
  background-color: rgb(55, 65, 81) !important;
  color: rgb(156, 163, 175) !important;
  font-weight: 600 !important;
}

.bootstrap-timepicker-widget a {
  color: rgb(156, 163, 175) !important;
}

.bootstrap-timepicker-widget a:hover {
  background-color: #1f2937 !important;
  color: #f3f4f6 !important;
  border: none;
}

.table-text-align td,
.table-text-align th {
  text-align: start !important;
}

.sort-filter-dropdown {
  min-width: 50px;
  width: auto;
  max-width: 120px;
}

.data-table .dt-layout-cell.dt-start {
  padding-left: 15px;
}

.image-div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.uploaded-img {
  width: 100%;
  height: 100%;
}

.backdrop-blur {
  backdrop-filter: blur(10px);
}

#message_body {
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-radius: 5px;
  margin: 0 15px;
}

.disabled-button {
  pointer-events: none !important;
  background-color: #4b5563 !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  border: none !important;
}
.disabled-icon-btn {
  pointer-events: none !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  border: none !important;
}

.toggle-btn {
  width: 40px;
  height: 20px;
  background-color: #111827;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  border: 1px solid #0d6efd;
}

.toggle-btn:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background-color: #0d6efd;
  border-radius: 50%;
  transition: transform 0.2s;
}

.toggle-btn.active:before {
  transform: translateX(20px);
  background-color: #1f2937;
}

.toggle-btn.active {
  background-color: #0d6efd;
}

.schedule-modal {
  min-width: 700px;
}

.page-title {
  color: var(--Theme-Primary, #0d6efd);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.card.notes > div:nth-child(1) {
  color: var(--Gray-200, #e5e7eb);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}

.card.notes > div:nth-child(2) {
  color: var(--Gray-100, #f3f4f6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

.card.notes > div:nth-child(3) {
  color: var(--Gray-200, #e5e7eb);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.required-label::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.modal {
  z-index: 9999;
}

.btn-grp button,
.btn-grp div button {
  border-radius: 6px !important;
}

.toggle-term-condition,
.toggle-description {
  color: #0d6efd;
  text-decoration: none;
}

.toggle-term-condition:hover,
.toggle-description:hover {
  color: #0d6efd;
}

.title-search-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 20px;
  /* flex-wrap: wrap; */
}

.btn-page-number-div {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 8px;
  padding: 12px 20px 20px 20px;
}

.request-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.title-search-div2 {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 12px 20px;
}

.request-div {
  background-color: #a3cfbb;
  display: inline-flex;
  border-radius: 50%;
  padding: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
}

.request-count {
  color: #0a3622;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.nav-active,
.nav-active > a,
.nav-active path {
  background-color: #374151;
  color: #0d6efd !important;
  fill: #0d6efd !important;
  stroke: #0d6efd !important;
}

.nav-active-without-fill,
.nav-active-without-fill > a,
.nav-active-without-fill path,
.nav-active-setting path:nth-child(2) {
  stroke: #0d6efd !important;
  background-color: #374151;
  color: #0d6efd !important;
  fill: none;
}

.nav-active-setting svg > g path:nth-child(1) {
  fill: #0d6efd !important;
  stroke: #0d6efd !important;
}

.nav-active-setting span {
  color: #0d6efd;
}

.admin-sidebar .nav-active,
.admin-sidebar .nav-active > a,
.admin-sidebar .nav-active path {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
  background-color: #1f2937 !important;
}
.admin-sidebar .nav-active a span {
  color: #fff !important;
}
.admin-sidebar .nav-active-without-fill,
.admin-sidebar .nav-active-without-fill > a,
.admin-sidebar .nav-active-without-fill path,
.admin-sidebar .nav-active-setting path:nth-child(2) {
  stroke: #fff !important;
  background-color: #1f2937 !important;
  color: #fff !important;
  fill: none;
}

.admin-sidebar .nav-active-setting svg > g path:nth-child(1) {
  fill: #fff !important;
  stroke: #fff !important;
}

.admin-sidebar .nav-active-setting span {
  color: #fff;
}

.admin-sidebar .nav-active-problem,
.admin-sidebar .nav-active-problem > a,
.admin-sidebar .nav-active-problem path {
  color: #fff !important;
  stroke: #fff !important;
  background-color: #1f2937 !important;
}

.admin-sidebar .nav-active-problem span {
  color: #fff;
}
.admin-logo {
  max-width: 80px;
  margin-left: 24px;
}

.admin-sidebar .sidebar-menu > li > a {
  border-left: 0px solid transparent;
  margin-inline: 8px;
}

.admin-sidebar > .sidebar-menu > li > a {
  padding: 8px 5px 8px 16px;
  border-radius: 10px;
}

.admin-sidebar .sidebar-menu > li.menu-open > a,
.admin-sidebar .sidebar-menu > li.active > a {
  background-color: #1f2937 !important;
}

.admin-sidebar a > span {
  color: var(--Gray-400, #9ca3af);
  font-size: 16px;
  font-weight: 600;
}

.admin-sidebar .treeview-menu a > span {
  color: var(--Gray-400, #9ca3af);
  font-size: 14px;
  font-weight: 600;
}

.admin-sidebar .fa-caret-down:before,
.admin-sidebar .fa-caret-up:before {
  color: #9ca3af;
}

.admin-sidebar .treeview-menu li {
  width: calc(100% - 25px);
  margin-left: 20px;
}

.admin-sidebar .sidebar-menu li.treeview.dropdown-menu-button > a:hover,
.admin-sidebar .sidebar-menu > li:not(.treeview.dropdown-menu-button):hover > a,
.admin-sidebar .treeview-menu li:hover {
  background: #374151 !important;
  border-radius: 10px !important;
}

.admin-sidebar .sidebar-menu li.treeview.dropdown-menu-button > a:hover > span,
.admin-sidebar
  .sidebar-menu
  > li:not(.treeview.dropdown-menu-button):hover
  > a
  > span,
.admin-sidebar .treeview-menu li:hover > a > span,
.admin-sidebar
  .sidebar-menu
  li.treeview.dropdown-menu-button
  > a:hover
  > svg
  path,
.admin-sidebar
  .sidebar-menu
  > li:not(.treeview.dropdown-menu-button):hover
  svg
  path,
.admin-sidebar .treeview-menu li:hover > a > svg path {
  stroke: #fff;
  color: #fff !important;
}
.simple-active-dropdown svg path {
  stroke: #fff;
  color: #fff !important;
}
.simple-active-dropdown > a > span {
  color: #fff !important;
}
.admin-sidebar .treeview-menu li a,
.admin-sidebar .simple-active > a > span {
  color: #fff !important;
}

.admin-sidebar .treeview-menu {
  padding-left: 0;
}

.title-border {
  border-bottom: 0.5px solid #4b5563;
}

.btn-days-group button {
  padding: 4px 8px;
  background-color: transparent;
  border: none;
  color: #0d6efd;
  font-size: 14px;
}

.selected-graph-date {
  color: #9ca3af !important;
}

.deal-detail-sidebar {
  max-height: 800px;
}

.graph-heading {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.dt-info {
  color: #f3f4f6 !important;
}

.dt-paging-button.current {
  border-radius: 4px !important;
}

.onboarding-aside-content {
  background: linear-gradient(
      0deg,
      rgba(25, 34, 59, 0.8) 0%,
      rgba(25, 34, 59, 0.8) 100%
    ),
    url("/assets/images/onboarding/onboarding-aside-bg.jpg") lightgray 50% /
      cover no-repeat;
  background-size: cover;
  position: fixed;
  right: 0;
  padding: 0 24px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  scrollbar-width: none;
  height: 100vh !important;
  margin-top: 60px;
  max-width: 800px;
}

.onboarding-login-content {
  background: linear-gradient(
      0deg,
      rgba(25, 34, 59, 0.8) 0%,
      rgba(25, 34, 59, 0.8) 100%
    ),
    url("/assets/images/onboarding/onboarding-aside-bg.jpg") lightgray 50% /
      cover no-repeat;
  background-size: cover;
  position: fixed;
  right: 0;
  padding: 0 24px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  scrollbar-width: none;
  height: 100vh !important;
}

.onboarding-heading {
  color: var(--Gray-White, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.steps-number > p {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #374151;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.steps-title > a {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-wrap: nowrap;
  text-decoration: none;
}

.fixed-inner-section {
  padding: 24px;
  background-color: #111827 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fixed-inner-section + div > img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fixed-inner-section > div {
  flex-wrap: wrap;
  row-gap: 20px;
}
.fixed-inner-section .feature {
  min-width: 150px;
  gap: 8px;
}
.fixed-inner-section .feature > p {
  margin-top: 8px;
}
.boarding-page-title {
  color: white;
  font-weight: 400 !important;
}

.object-fit-contain {
  object-fit: contain;
}

.required-before::before {
  content: "*";
  color: red;
  margin-right: 5px;
}

.input-info {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 8px;
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.disabled-form-group > label {
  color: #9ca3af;
}

.disabled-form-group > input {
  pointer-events: none;
  color: #9ca3af;
}

.toggle-password, .toggle-password-visibility {
  margin-top: -30px;
  padding-right: 8px;
}

.pass-div,
.account-pass-input {
  display: flex;
  flex-direction: column;
}

.pass-div > div,
.account-pass-input > div {
  align-self: flex-end;
}

.slider-dots button {
  display: none;
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0px;
}

.slider-dots li {
  list-style: none;
}

.slider-dots li::before {
  content: "▬";
  font-size: 30px;
  color: gray;
}

.slider-dots li.slick-active::before {
  color: #0d6efd;
}

table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before {
  left: 0;
  opacity: 0.4;
  line-height: 11px;
  font-size: 0.8em;
}

table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after {
  opacity: 1;
}
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 53%;
  content: "▲";
}

.dt-scroll-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
.dt-scroll-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dt-scroll-body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.dt-scroll-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div.dt-container .dt-paging .dt-paging-button {
  padding: 0px;
  height: 34px;
  width: 34px;
}

.dt-paging.paging_full_numbers {
  display: flex;
  align-items: center;
  justify-content: end;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  background: #2e3a50;
  border-radius: 4px;
  border: none;
}

.datatable-header > select,
.datatable-header > div > select,
.btn-page-number-div > div > select,
.reward-btn-div > div > div > select {
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
  padding-left: 4px !important;
}

.datatable-header > select option,
.datatable-header > div > select option,
.btn-page-number-div > div > select option,
.reward-btn-div > div > div > select option {
  background-color: #374151 !important;
  border: 1px solid #374151 !important;
  color: #fff !important;
}

.d-flex-start {
  display: flex !important;
  justify-content: start;
  align-items: center;
}

.badge {
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
}

.detail-sidebar-div {
  padding: 20px;
  border-bottom: 1px dotted #4b5563;
}

.detail-sidebar-div > p:nth-child(2),
.detail-sidebar-div > div > p:nth-child(3),
.detail-sidebar-div > div > p:nth-child(2) {
  font-size: 14px;
}

.notes-div {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 16px;
}

.notes-div div {
  font-size: 14px;
}

.stats-container > div:not(:last-child) > div {
  height: 100% !important;
}

.stats-container > div:not(:last-child) > div > div {
  margin-top: auto;
  margin-bottom: auto;
}
.table-hover > tbody > tr:hover {
  background-color: #374151 !important;
  --bs-table-accent-bg: #374151 !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.clamp-parent-div {
  width: 170px;
  text-wrap: initial;
}

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

.line-clamp-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto !important;
  white-space: none !important;
}

.content-wrapper {
  margin-left: 265px;
}

.main-sidebar {
  width: 265px;
}

.logo-div#panel1 {
  margin-top: -3px;
}

.cashier-logo-div#cashier-logo {
  margin-top: -3px;
}

/* tabs for admin */
/* Style the tab */
.tab {
  border: none;
  background-color: #1f2937;
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-bottom: 0.5px solid var(--Gray-600, #4b5563);
  overflow-x: auto;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 100%;
  color: #9ca3af;
  margin: 0 20px;
}

/* Create an active/current tablink class */
.tab button.active {
  /* background-color: #ccc; */
  border-bottom: 1px solid #0d6efd;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

.border-t-dotted {
  border-top: 0.5px dotted var(--Gray-600, #4b5563);
}

.border-b-dotted {
  border-bottom: 0.5px dotted var(--Gray-600, #4b5563);
}

.treeview-menu li:hover {
  background: #1e282c;
  color: #fff;
}

.header-scrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
}

.sidebar-scrollbar-wrapper {
  overflow-y: scroll;
  scrollbar-width: none;
}

.reward-btn-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 20px 20px 20px;
}

.reward-title-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 20px;
}

.lc-qr {
  background-color: white;
  padding: 0 18px;
  border-radius: 4px;
}

.stats-divs > div:nth-child(-n + 4) > .card {
  justify-content: center;
  height: 100%;
}

.business-name {
  color: var(--Gray-400, #9ca3af);
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 16px !important;
}

.border-t-solid {
  border-top: 0.5px solid var(--Gray-600, #4b5563);
}

.btn-danger {
  border: none;
  padding: 7px 12px;
}

.dt-type-numeric {
  text-align: start !important;
}

/* input date formatting */
.input-group-prepend > span,
.input-group-prepend + input {
  height: 38px;
}

.slick-custom-dots button {
  display: none;
}

.slick-custom-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 0px;
}

.slick-custom-dots li {
  list-style: none;
}

.slick-custom-dots li::before {
  content: "•";
  font-size: 30px;
  color: gray;
}

.slick-custom-dots li.slick-active::before {
  color: #0d6efd;
}

.dashboard-calendar-date {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  height: 34px;
  width: 34px;
}

/* Priority page admin dropdown */
.dropdown .dropdown-toggle::after {
  display: none;
}

.dropdown-menu.show {
  background-color: #1f2937;
  border-radius: 4px;
  border: 0.5px solid var(--Gray-600, #4b5563);
  background: var(--Theme-Secondary, #1f2937);
}
.detail-modal-body {
  border-radius: var(--Spacer-1, 4px);
  border: 0.5px solid var(--Gray-600, #4b5563);
  margin: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-modal-tabs {
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.modal-heading-border {
  border-bottom: 0.5px solid var(--Gray-600, #4b5563);
}

.star-checkbox {
  visibility: hidden;
  font-size: 25px !important;
  cursor: pointer;
}
.star-checkbox:before {
  content: "\2606";
  /* position: absolute; */
  visibility: visible;
  color: #6b7280;
}
.star-checkbox:checked:before {
  content: "\2605";
  /* position: absolute; */
  color: #ffc107;
}
.star-checkbox:checked::after {
  position: absolute;
}

.cursor-default {
  cursor: default;
}

.input-group-append > .input-calendar-right {
  border-radius: 0px 4px 4px 0px !important;
}

/* input search cancel button */

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' style=''%3E%3C/path%3E%3C/svg%3E");
  cursor: pointer;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.icon-sm {
  height: 16px;
  width: 16px;
}
.border-y-gray-600 {
  border-bottom: 0.5px solid var(--Gray-600, #4b5563);
  border-top: 0.5px solid var(--Gray-600, #4b5563);
}
.tag-div p:nth-child(2) {
  /* margin: 0px 8px; */
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.text-remaining-textarea {
  color: var(--Gray-400, #9ca3af);
  font-size: 12px;
  text-align: end;
  margin-top: 8px;
}
.border-dashed-b {
  border-bottom: 0.5px dashed #4b5563;
}

.notification-container {
  border-bottom: 1px solid var(--Gray-600, #4b5563);
  padding: 20px;
  border-radius: 12px;
}
.notification-container:last-child {
  border-bottom: 0;
  border-radius: 0;
}

.list-circle {
  height: 20px;
  width: 20px;
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
}

.list-circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  color: white;
  position: absolute;
  height: 3px;
  width: 3px;
  background: white;
  top: calc(50% - 1.7px);
  left: calc(50% - 2px);
}

.serial-col {
  min-width: 60px !important;
  max-width: 80px !important;
}

.skin-blue .sidebar-menu > li.menu-open > a {
  background-color: #374151;
}
.tab-width {
  max-height: 434px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.tab-width {
  max-height: 434px;
}

.reset-redeem-btn {
  color: #0d6efd !important;
}

.slick-slide.slick-current.slick-active img,
#carousel-img,
#carousel-img img {
  max-height: 230px !important;
}

.slick-slide {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-slide img {
  max-height: 100%;
  width: auto;
  object-fit: fill;
}

.onboarding-login-content .slick-slide.slick-current.slick-active img,
.onboarding-login-content #carousel-img,
.onboarding-login-content #carousel-img img {
  max-height: none !important;
}

.onboarding-login-content .slick-slide {
  height: auto;
}

.onboarding-login-content .slick-slide img {
  max-height: none;
}

/* hr {
  border-top: 1px dashed #4b5563;
} */
.visible-for-lg {
  display: block;
}

.assets-form label {
  font-weight: 600;
}

.assets-form hr {
  border-style: dashed;
}

.assets-form input[type="checkbox"] {
  margin-right: 12px !important;
}

.modal.show .mobile-content {
  position: absolute;
  width: 269px;
  height: 465px;
  top: 90px;
  left: 32px;
}
.onboard-content-container {
  width: calc(100% - 34.5%);
}
.onboard-content-container > div:nth-child(2) {
  width: 30%;
}
.timing-section .timepicker {
  min-width: 110px;
  max-width: 120px;
}
.o-hours.onboard-content-container {
  width: calc(100% - 38.5%);
}

.dropdown-notification-list {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: none;
  position: relative;
}
.header-notification-container {
  position: absolute;
  top: 50px;
  right: 20px;
  min-width: 300px;
  max-width: 310px;
  color: white;
  z-index: 2;
}
.header-notification-backdrop {
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  inset: 0px;
  z-index: 1;
}
.header-notification-count {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #a3cfbb;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  display: grid;
  place-content: center;
  color: #0a3622;
  font-size: 12px;
  font-weight: 600;
  transform: translate(5px, -5px);
}
.user-img-wrapper {
  position: relative;
}
.user-img-wrapper > img {
  position: absolute;
  top: 20px;
  left: 20px;
}
.user-info-wrapper {
  margin-top: 40px;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.user-info-wrapper > div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.user-info-wrapper > div > p:nth-child(1) {
  font-weight: 600;
}
.user-info-wrapper > div > p:nth-child(2) {
  color: #9ca3af;
  font-size: 14px;
}

.pac-container {
  /* position: absolute !important; */
  z-index: 99999 !important;
}
.express-delivery {
  height: 6px;
  width: 6px;
  display: inline-block;
  background: #198754;
  border-radius: 50%;
}
.card {
  border-radius: 6px;
}
.datatable-header > div > label + select.form-select#entries,
.btn-page-number-div > div:nth-child(2) > select.form-select#entries,
.search-container + div > select.form-select.sort-filter-dropdown {
  color: #9ca3af !important;
}
div.dt-container div.dt-layout-cell {
  padding: 0;
}
div.dt-container div.dt-layout-cell.dt-end,
.data-table > .dt-container > .dt-layout-row > .dt-layout-cell.dt-end {
  padding: 20px 0 4px 0;
}
.table-responsive.data-table {
  padding-bottom: 16px;
}
.fixed-fields > div {
  width: 100%;
}
.child-b-border-0 > *:last-child {
  border: none;
}
.modal-title {
  font-size: 18px;
  font-weight: 600;
}
.comment-list > div {
  border-bottom: 0.5px dashed var(--Gray-600, #4b5563);
}
.activity-list > div {
  border-bottom: 0.5px dashed var(--Gray-600, #4b5563);
}
.priority-list > div {
  border-bottom: 0.5px dashed var(--Gray-600, #4b5563);
}
.btns-min-h-39 > button {
  min-height: 39px;
}
.asset-table {
  min-width: 100%;
}
.asset-table > thead,
.asset-table > tbody {
  width: 100%;
}
.asset-table > thead {
  font-size: 16px;
  font-weight: 400;
}
.asset-table > tbody {
  color: var(--Gray-400, #9ca3af);
  font-size: 16px;
  font-weight: 400;
}
.asset-table td {
  padding: 8px 0;
}
.asset-table th {
  padding-bottom: 8px;
}
.asset-table tr:last-child > td {
  padding-bottom: 0px;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #0d6efd;
  display: inline-block;
  position: absolute;
  left: 9px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin-bottom: 24px;
  padding-left: 36px;
}
ul.timeline > li:last-child {
  margin-bottom: 0;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #0d6efd;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
ul.timeline > li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 400;
  background: #0dcaf0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
/* js confirm box fixed */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: capitalize !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.jconfirm .jconfirm-box {
  padding: 0px !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  padding: 20px !important;
  border-bottom: 0.5px solid #4b5563;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  top: 20px !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  padding: 20px !important;
  border-bottom: 0.5px solid #4b5563;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding: 0 20px 20px 20px !important;
}
.jconfirm-content #error_msg {
  margin-bottom: 0 !important;
}

/* modal border */
.modal-header {
  border-bottom: 0.5px solid #4b5563 !important;
}
.visible-sm {
  display: block;
}
.visible-lg {
  display: none;
}

.custom-dark-btn {
  background-color: #333;
  color: #fff;
}

.badge-gray {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: var(--Gray-500, #6b7280);
  overflow: hidden;
  color: var(--Gray-100, #f3f4f6);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.sidebar-dropdown .dropdown-menu {
  transform: translate3d(-180px, 28.5714px, 0px) !important;
  -webkit-transform: translate3d(-180px, 28.5714px, 0px) !important;
  -moz-transform: translate3d(-180px, 28.5714px, 0px) !important;
  -ms-transform: translate3d(-180px, 28.5714px, 0px) !important;
  -o-transform: translate3d(-180px, 28.5714px, 0px) !important;
}
.sidebar-dropdown {
  position: absolute;
  top: 100px;
  right: 10px;
  z-index: 99;
}

.problem-img-container {
  position: relative;
}

.problem-img-container > .img-svg {
  position: absolute;
  top: 2px;
  right: 10px;
  cursor: pointer;
}

input[type="radio"] {
  min-height: 15px;
  min-width: 18px;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  margin-top: 3px;
  max-height: 18px;
}

.container-border {
  border-radius: 8px;
  border: 1px solid var(--Gray-700, #374151);
  padding: 16px;
}
.custom-dropdown-submenu {
  position: relative;
}

.custom-dropdown-submenu > .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: -160px;
  margin-top: -1px;
}

.custom-dropdown-submenu:hover > .dropdown-menu {
  display: block;
  border-radius: 4px;
  border: 0.5px solid var(--Gray-600, #4b5563);
  background: var(--Theme-Secondary, #1f2937);
}
.custom-dropdown-submenu > .dropdown-menu.custom-submenu {
  border-radius: 10px 0px 10px 10px;
}

.custom-submenu > h4 {
  font-size: 10px !important;
  color: #b7b7b7;
  margin: 0 0 5px -10px;
  opacity: 40%;
}

.asset-count-wrapper {
  /* background-color: #374151;
  padding: 2px 6px;
  border-radius: 8px; */
  margin: 0 !important;
  text-align: end;
}
.help-dropdown {
  border-radius: 4px;
  border: 0.5px solid var(--Gray-600, #4b5563);
  background: var(--Theme-Secondary, #1f2937);
  color: white;
  position: absolute;
  max-width: 310px;
  min-width: 310px;
  z-index: 3;
  right: 0;
  top: 35px;
}
.help-content-body {
  padding-inline: 16px;
  /* min-height: 200px; */
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: mandatory;
}

.help-search-list {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  overflow-y: scroll;
  background-color: #26313f;
  border-radius: 6px;
  scrollbar-width: none;
  min-height: 80px;
  max-height: 140px;
  z-index: 5;
}
.help-search-list > a {
  display: block;
  padding: 10px 6px;
  text-decoration: none;
}
.help-search-list > a:hover {
  background: #3b4350;
}
.help-search-wrapper-dash > .help-search-list {
  top: 80px;
}

.asset-list-image {
  height: 60px;
  width: 60px;
  border-radius: 8px;
}

.asset-image-column {
  max-width: 150px;
  min-width: 0 !important;
}
/* media queries */

/* maximum widths */

@media (max-width: 550px) {
  .max-w-base-90 {
    max-width: 90%;
  }
  .day-section > div {
    flex-wrap: wrap;
  }
  .loading-content {
    min-width: 80%;
  }
}
/* mobile screens */
@media (max-width: 767px) {
  .help-dropdown {
    max-width: 310px;
    /* min-width: 200px; */
  }
  .main-sidebar .modal {
    width: 100vw !important; /* Allow the modal to resize automatically */
  }

  .sidebar-dropdown {
    top: 40px;
  }
  .logo-div#panel1 {
    margin-top: 0px;
  }

  .max-w-sm-60 {
    max-width: 60%;
  }
  .onboarding-aside {
    display: none;
  }
  .sidebar-open .content-wrapper {
    transform: translate(265px, 0);
  }
  .main-sidebar {
    -webkit-transform: translate(-265px, 0);
    -ms-transform: translate(-265px, 0);
    -o-transform: translate(-265px, 0);
    transform: translate(-265px, 0);
  }

  .logo-div#panel1 {
    margin-top: 0px;
  }

  .content-wrapper,
  .main-footer {
    margin-left: 0 !important;
  }
  .container,
  .container-sm {
    max-width: 768px;
  }
  .timing-section .timepicker {
    max-width: none;
  }
  .tab > .tablinks {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
    margin-right: 8px;
    text-wrap: nowrap;
  }
  .dt-paging.paging_full_numbers {
    justify-content: center;
  }

  .onboarding-heading {
    font-size: 20px;
  }
  .modal-dialog {
    min-width: auto !important;
  }
  .btn-group {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    white-space: nowrap; /* Prevent buttons from wrapping */
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
  }
  .btn-group .btn {
    flex-shrink: 0; /* Prevent buttons from shrinking */
    max-width: max-content; /* Ensure buttons only take up the space they need */
    height: min-content;
  }
}

@media screen and (max-width: 768px) {
  .schedule-modal {
    min-width: 350px;
  }

  .calender-text {
    padding: 10px !important;
    border-radius: 4px 0 0 4px !important;
  }
}
@media (max-width: 835px) {
  .request-btns,
  .title-search-div2 {
    flex-direction: column;
    align-items: start;
  }

  .request-btns > div:nth-child(2) {
    padding-top: 8px !important;
  }
}

@media (max-width: 991px) {
  .visible-for-lg,
  .onboarding-aside-content,
  .onboarding-login-content {
    display: none;
  }
  .o-hours.onboard-content-container,
  .onboard-content-container {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .reward-title-div {
    flex-direction: column;
    align-items: start;
    padding-bottom: 0px;
    /* padding-top: 0px;  */
  }

  .reward-title-div .search-container,
  .reward-title-div > div,
  .reward-title-div .datatable-header,
  .reward-btn-div > div:nth-child(2),
  .reward-btn-div > div:nth-child(2) > div,
  .reward-btn-div > div:nth-child(2) > div > .redeemed_sort {
    width: 100% !important;
    max-width: none;
  }
  .image-upload-container {
    width: 300px;
  }
}

@media (max-width: 365px) {
  .btn-page-number-div {
    flex-direction: column-reverse;
    align-items: start;
    padding: 0 20px 20px 20px;
  }

  .btn-page-number-div > div {
    width: 100% !important;
  }

  .btn-page-number-div select {
    width: 100% !important;
    max-width: none;
  }

  .title-search-div > input,
  .title-search-div .search-container,
  .title-search-div .datatable-header {
    width: 100%;
  }

  .title-search-div {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 8px;
  }
  .image-upload-container {
    min-width: 260px;
    width: auto;
    max-width: 280px;
  }
}

/* minimum widths */
@media (min-width: 500px) {
  .loyalty-card-image-label {
    text-wrap: nowrap !important;
  }
}

@media (min-width: 576px) {
  .modal-md {
    max-width: 685px !important;
    margin: 1.75rem auto;
  }
}

@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    position: relative;
    height: 44px;
  }
  .sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:not(.treeview.dropdown-menu-button),
  .sidebar-mini.sidebar-collapse
    .sidebar-menu
    > li:not(.treeview.dropdown-menu-button)
    > a {
    position: relative;
    height: 48px !important;
  }
  .fixed-fields > div {
    width: max-content;
  }
  .header-wrapper {
    margin-left: 265px;
  }
  /* .sidebar-collapse .header-wrapper {
    margin-left: 40px !important;
  } */
  /* .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 75px !important;
    z-index: 2000;
  } */
  .logo-sm {
    display: none;
    padding: 12px;
  }

  .logo-lg {
    padding: 16px 20px;
  }

  .sidebar-menu > li > .logo {
    padding: 12px 0;
    height: 64px;
  }

  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 0px;
  }

  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 75px !important;
    z-index: 840;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 75px !important;
    z-index: 850;
  }

  .sidebar-collapse .header-wrapper {
    margin-left: 75px !important;
  }

  .sidebar-collapse .logo-sm {
    display: block !important;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .bg-gray-700 {
    padding: 6px;
  }

  .sidebar-collapse .sidebar-menu > li > a {
    padding: 12px 5px 14px 27px;
  }

  .sidebar-collapse .sidebar-menu > li > .logo {
    padding: 12px 5px 14px;
  }
  .header-notification-container {
    min-width: 450px;
    max-width: 450px;
  }
}

@media (min-width: 1660px) {
  .deal-detail-sidebar {
    max-height: 900px;
  }
}

/* min and max */

@media (min-width: 991px) and (max-width: 1240px) {
  .day-section > div {
    flex-wrap: wrap;
  }
  .timing-section .timepicker {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1920px !important;
  }
}
table.dataTable tbody tr > .dtfc-fixed-start,
table.dataTable tbody tr > .dtfc-fixed-end {
  background-color: #1f2937 !important;
}

.table > :not(:last-child) > :last-child > * {
  background-color: #374151 !important;
}
