.zeke-error-container {
  padding: 20px;
  max-height: 300px;
  margin-top: 50px;
}

.auth-logo {
  display: block;
  margin: 0 auto;
  max-width: 80px;
  height: auto;
}

.auth-logo-circle {
  border-radius: 50%;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.zeke-ho-field {
  display: none;
  position: absolute;
  left: -500px;
  bottom: -500px;
}

.brand-image-width {
  max-width: 200px;
  height: auto;
  padding: 10px;
}

.brand-link-width {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .dataTables_length {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .dataTables_length {
    margin-top: 20px;
  }
}

#notifications-bell-number {
  display: none;
}

#unreaded-notifications-number-container {
  display: none;
}

#notifications-box-loader-container {
  text-align: center;
  padding: 50px;
  font-size: 100px;
  color: var(--dark);
}

#not-notifications-found {
  display: none;
  text-align: center;
  padding: 50px;
  font-size: 18px;
  color: var(--dark);
}

#not-notifications-found i {
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
}

.not-notifications-found {
  text-align: center;
  padding: 50px;
  font-size: 18px;
  color: var(--dark);
}

.not-notifications-found i {
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
}

#notifications-list {
  display: none;
  overflow: auto;
  height: 200px;
}

#notifications-list::-webkit-scrollbar {
  width: 5px;
}

#notifications-list::-webkit-scrollbar-track {
  background: var(--light);
}

#notifications-list::-webkit-scrollbar-thumb {
  background: var(--dark);
}

.dark-mode #notifications-list::-webkit-scrollbar-track {
  background: var(--light);
}

.dark-mode #notifications-list::-webkit-scrollbar-thumb {
  background: var(--primary);
}

.notification-item {
  padding: 10px 10px 10px 10px;
  font-size: 0.9rem;
}

.notification-item i {
  font-size: 0.75rem;
}

.notification-item a {
  color: var(--primary);
}

.notification-item a:hover {
  color: var(--dark);
}

.notification-item span {
  display: block;
  text-align: right;
  font-size: 0.75rem !important;
}

.ureaded-notification-dot {
  color: var(--success);
}

.readed-notification-dot {
  color: var(--info);
}

.notification-callout {
  color: var(--dark);
  text-decoration: none;
}

.notification-callout:hover {
  color: var(--primary);
}

.single-notification-dot {
  color: var(--success);
}

@media only screen and (max-width: 640px) {
  .zeke-table-responsive,
  .zeke-table-responsive tbody,
  .zeke-table-responsive tr,
  .zeke-table-responsive td {
    display: block !important;
    width: 100%;
  }

  .zeke-table-responsive th {
    display: none;
  }

  .zeke-table-responsive tr {
    border-top: 2px solid var(--primary);
    margin-bottom: 5px;
  }

  .zeke-table-responsive {
    border: none;
  }
}

@media only screen and (max-width: 990px) {
  .admin-users-list-options {
    text-align: center;
  }

  .admin-users-list-options div {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 990px) {
  .elements-list-options {
    text-align: center;
  }

  .elements-list-options div {
    margin-bottom: 10px;
  }
}

.table-results-not-found {
  text-align: center;
  padding: 50px;
  font-size: 2rem;
}

.table-results-not-found i {
  display: block;
  font-size: 100px;
  --fa-animation-duration: 3s;
}

.dark-mode .login-box .bg-light {
  background-color: #ffffff !important;
}

.dark-mode .dt-buttons button {
  background-color: #ced4da;
}

.dark-mode .dt-buttons button:hover {
  color: #ced4da;
}

.dark-mode .dataTables_length {
  color: #ced4da;
}

.dark-mode .dataTables_length select {
  background-color: #343a40;
  color: #c2c2c2;
}

.dark-mode .dataTables_filter {
  color: #ced4da;
}

.dark-mode .dataTables_filter input {
  color: #ced4da;
}

.dark-mode .dataTables_info {
  color: #ced4da;
}

.dark-mode .dataTables_paginate .paginate_button {
  color: #ced4da !important;
}

.dark-mode .ellipsis {
  color: #ced4da;
}

.dark-mode .dataTable tr {
  background-color: #343a40;
  color: #ced4da;
}

.dark-mode .dataTable tr:hover {
  background-color: #a3a3a3 !important;
  color: #343a40 !important;
}

.dark-mode .dataTable tr:hover a {
  color: #ced4da;
}

.dark-mode .dataTable .odd {
  background-color: #525252;
}

.dark-mode .notification-callout {
  color: #ced4da;
}

.dark-mode .alert-warning {
  color: #ffffff;
}

.sidebar-collapse .brand-image-width {
  max-width: 60px;
}

.dataTable .odd {
  background-color: #f2f2f2;
}

.btn-go-top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 99;
}

/* ***** Zeke end ***** */

.day-header {
  cursor: pointer;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  margin-bottom: 5px;
}

.time-slot {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.delete-slot {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #dc3545;
  z-index: 2;
}

.collapse {
  padding: 10px;
  border-left: 3px solid #007bff;
  margin-left: 10px;
}

#json-output {
  word-break: break-all;
}

.whatsapp-campaign-img {
  max-width: 320px;
  max-height: 320px;
}
