/**
  * Custom CSS for the admin interface
 */
.logo-admin {
  max-width: 200px;
  padding-top: 20px;
}

.profile-img {
  max-width: 35px;
  max-height: 35px;
}

.spinner-img {
  max-width: 40px;
  max-height: 40px;
}

#global-spinner-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: wait;
}

#spinner {
  background-color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.text-loading {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.m-2-no-left {
  margin-top: .5rem;
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.dt-paging-button {
  padding: 0 !important;
  margin-left: 0 !important;
}

.dt-paging-button:hover {
  border: 1px solid transparent !important;
  background: transparent !important;
}

.limited-width {
  min-width: 200px;
  white-space: normal;
  word-break: break-word;
}

table.dataTable {
  width: 100% !important;
  table-layout: auto;
}
