.w-100 {
  width: 100%;
}
div.swal-wide {
  width: 80% !important;
  max-width: 80% !important;
}
button.swal-modal-button {
  background-color: #1aa7d2 !important;
  color: #fff !important;
}
.table-light {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}
.table-light th,
.table-light td {
  border: 1px solid #d9e2ef;
  padding: 8px;
  text-align: left;
}
.table-light tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-light th {
  background-color: #f1f5fa;
  color: #333;
}
.table-light {
  border-radius: 8px;
  overflow: hidden;
}
.table-light {
  border: 1px solid #d9e2ef;
}
.d-flex {
  display: flex;
}
.p-1 {
  padding: 8px;
}
.p-2 {
  padding: 16px;
}
.p-3 {
  padding: 24px;
}
div.alert {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  position: relative;
  margin: 16px 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: fadeIn 0.5s ease;
}

.alert-icon {
  margin-right: 12px;
  font-size: 20px;
  display: inline-block;
}

.alert-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.alert-close:hover {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-right,
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
div.jquery-modal > div.modal {
  width: 100% !important;
  height: 70% !important;
  overflow: initial !important;
  min-width: 80% !important;
}
.btn-blue {
  background-color: #1aa7d2;
}
.d-none {
  display: none;
}
.text-right {
  text-align: right;
}
.justify-content-end {
  justify-content: end;
}
.btn {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.btn:hover {
  opacity: 0.75;
}
b.required {
  margin-left: 3px;
  color: #e50000;
}
.color-red {
  color: red;
}
.datepicker {
  background-color: #ffffff !important;
  cursor: pointer !important;
}

div.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  font-family: 'Arial', sans-serif;
}

div.alert:not(.no-icon)::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

div.alert > div {
  margin-left: 30px;
}

div.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

div.alert-info::before {
  content: 'ℹ️' !important;
}

div.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

div.alert-success::before {
  content: '✅' !important;
}

div.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

div.alert-warning::before {
  content: '⚠️' !important;
}
.bg-danger {
  color: #ffffff;
  background-color: #a74343;
}
.bg-disconnected {
  margin-bottom: 8px;
  background-color: #d32525 !important;
}
.bg-disconnected > span {
  text-align: center;
  color: #ffffff;
}
.bg-connected {
  margin-bottom: 8px;
  background-color: #25d366;
}
.bg-connected > span {
  text-align: center;
  color: #000000;
}
div.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

div.alert-danger::before {
  content: '❌' !important;
}

hr {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0.25;
}
.max-width-100 {
  max-width: 100% !important;
}
.h-100 {
  height: 100%;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-start {
  justify-content: start;
}
.font-weight-bold {
  font-weight: 700;
}
.gap-5 {
  gap: 20px;
}
.m-auto {
  margin: auto;
}
.flex-direction-column {
  flex-direction: column;
}
div.dev-hints {
  padding: 20px;
  border: 1px dotted #000;
  margin: 0 0 20px 0;
}
