@charset "utf-8";
/* CSS Document */
body[data-theme="default"] .callout {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  border-left-width: .25rem;
  border-radius: .25rem;
}

body[data-theme="default"] .callout h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* Modifier classes for different colors */
body[data-theme="default"] .callout-info {
  color: #055160;
  background-color: #cff4fc;
  border-left-color: #0dcaf0; /* Bootstrap info color */
}
body[data-theme="default"] .callout-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-left-color: #ffc107; /* Bootstrap warning color */
}
body[data-theme="default"] .callout-danger {
  color: #842029;
  background-color: #f8d7da;
  border-left-color: #dc3545; /* Bootstrap danger color */
}

/* CSS Document */
body[data-theme="light"] .callout {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  border-left-width: .25rem;
  border-radius: .25rem;
}

body[data-theme="light"] .callout h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* Modifier classes for different colors */
body[data-theme="light"] .callout-info {
  color: #055160;
  background-color: #cff4fc;
  border-left-color: #0dcaf0; /* Bootstrap info color */
}
body[data-theme="light"] .callout-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-left-color: #ffc107; /* Bootstrap warning color */
}
body[data-theme="light"] .callout-danger {
  color: #842029;
  background-color: #f8d7da;
  border-left-color: #dc3545; /* Bootstrap danger color */
}

/* CSS Document */
body[data-theme="colored"] .callout {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  border-left-width: .25rem;
  border-radius: .25rem;
}

body[data-theme="colored"] .callout h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* Modifier classes for different colors */
body[data-theme="colored"] .callout-info {
  color: #055160;
  background-color: #cff4fc;
  border-left-color: #0dcaf0; /* Bootstrap info color */
}
body[data-theme="colored"] .callout-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-left-color: #ffc107; /* Bootstrap warning color */
}
body[data-theme="colored"] .callout-danger {
  color: #842029;
  background-color: #f8d7da;
  border-left-color: #dc3545; /* Bootstrap danger color */
}



/* CSS Document */
body[data-theme="dark"] .callout {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  border-left-width: .25rem;
  border-radius: .25rem;
}

body[data-theme="dark"] .callout h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* Modifier classes for different colors */
body[data-theme="dark"] .callout-info {
  background: #222e3c;
}
body[data-theme="dark"] .callout-warning {
  background: #222e3c;
}
body[data-theme="dark"] .callout-danger {
  background: #222e3c;
}




