/*
Custom style for the jMeeoAlert plugins
default class assigned to the container is:
.jmeeo-alert
*/

.jmeeo-alert {
  position: fixed;
  max-height: 50%;
  padding: 1rem;
  overflow: auto;
  z-index: 1040;
}

.jmeeo-alert .toast {
  border: 1px solid var(--bg-color-3);
}

.jmeeo-alert .toast-header i {
  padding-right: 0.5rem
}

.jmeeo-alert .toast-header {
  background-color: var(--bg-color-3);
  border-bottom: 1px solid var(--bg-color-4);
  color: var(--main-text-color);
}

.jmeeo-alert .toast-header .btn-close {
  background-color: var(--bg-color-4) !important;
}

.jmeeo-alert .toast-body {
  background-color: var(--bg-color-2);
  color: var(--main-text-color);
}
