.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) {
  .admin-business-list-options {
    text-align: center;
  }

  .admin-business-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;
}

.acsor-chat-container {
  height: 380px;
}

.acsor-direct-chat {
  max-width: 750px !important;
  margin: 0 auto;
}

#agent-active-switch-label {
  width: 60px;
  text-align: center;
}

.chat-message-img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.img-message-photo {
  width: 100%;
  height: auto;
}

.chat-message-audio {
  width: 260px;
}

.chat-message-video {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.direct-chat-msg {
  margin-bottom: 25px;
}

.direct-chat-text {
  /* text-align: center; */
}

.direct-chat-text a {
  font-weight: bold;
  color: #343a40;
  text-decoration: underline;
}

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

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

.template-key {
  font-weight: bold;
  color: var(--success);
}

.template-item {
  cursor: pointer;
  margin-bottom: 5px;
  display: inline-block;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-item:hover {
  font-weight: bold;
}

.number-clean-field input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-clean-field input[type=number] {
  -moz-appearance: textfield;
}

.time-display {
  text-align: center;
  margin-bottom: 10px;
}