x-alert {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.8rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0.5rem;
  line-height: 1.5em;
  font-size: 0.875rem;
  text-align: left;
  box-shadow: 0 0 0 1px rgba(var(--color-default-rgb, 155, 155, 155), 0.25) !important;
  color: var(--color-text, #4A4A4A);
  background-color: var(--color-default-lucid, #f0f0f0);
}
.is-dark-mode x-alert {
  color: var(--color-text-light, #FEFEFE);
  background-color: var(--color-dark, #1F1F1F);
}
x-alert.alert-with-icon {
  padding-left: 4.8rem;
}
x-alert.alert-small {
  margin-bottom: 0px;
  padding: 0.75rem;
  padding-left: 2.5rem;
}
x-alert.alert-small > x-icon {
  font-size: 1.5rem !important;
  width: 2.5rem;
  height: 2.5rem;
  top: 0.6rem;
  left: 0.6rem;
}
x-alert > x-icon {
  position: absolute;
  width: 4rem;
  height: 4rem;
  font-weight: 700;
  left: 0.35rem;
  top: 0.9375rem;
  font-size: 4rem !important;
  animation: 0.3s fadeInRight;
}
x-alert p {
  margin-top: 0px;
}
x-alert p:last-child {
  margin-bottom: 0px;
}
x-alert a,
x-alert a:active,
x-alert a:link {
  color: var(--color-link, #4275F2);
  border-bottom: 1px dashed var(--color-link, #4275F2);
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}
.is-dark-mode x-alert a,
.is-dark-mode x-alert a:active,
.is-dark-mode x-alert a:link {
  color: var(--color-link, #4275F2);
}
x-alert h4 {
  margin-top: 0;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
}
x-alert:empty {
  display: none !important;
}
x-alert.alert-primary {
  color: var(--color-primary-shaded, #2e52a9) !important;
  background-color: var(--color-primary-lucid, #e3eafd) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-primary-rgb, 66, 117, 242), 0.25) !important;
}
.is-dark-mode x-alert.alert-primary {
  color: var(--color-primary-shadest, #1e356d) !important;
  background-color: var(--color-primary-tinted, #7b9ef6) !important;
  box-shadow: 0 0 0 1px var(--color-primary-shadest, #1e356d) !important;
}
x-alert.alert-primary hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-primary-shade, #3863ce);
}
.is-dark-mode x-alert.alert-primary hr {
  border-top-color: var(--color-primary-shaded, #2e52a9);
}
x-alert.alert-primary a,
x-alert.alert-primary a:active,
x-alert.alert-primary a:link {
  color: var(--color-primary-shaded, #2e52a9);
  border-bottom: 1px dashed var(--color-primary-shaded, #2e52a9);
}
.is-dark-mode x-alert.alert-primary a,
.is-dark-mode x-alert.alert-primary a:active,
.is-dark-mode x-alert.alert-primary a:link {
  color: var(--color-primary-shadest, #1e356d);
  border-bottom: 1px dashed var(--color-primary-shade, #3863ce);
}
x-alert.alert-accent {
  color: var(--color-accent-shaded, #a91b0b) !important;
  background-color: var(--color-accent-lucid, #fddfdb) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-accent-rgb, 242, 39, 16), 0.25) !important;
}
.is-dark-mode x-alert.alert-accent {
  color: var(--color-accent-shadest, #6d1207) !important;
  background-color: var(--color-accent-tinted, #f66858) !important;
  box-shadow: 0 0 0 1px var(--color-accent-shadest, #6d1207) !important;
}
x-alert.alert-accent hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-accent-shade, #ce210e);
}
.is-dark-mode x-alert.alert-accent hr {
  border-top-color: var(--color-accent-shaded, #a91b0b);
}
x-alert.alert-accent a,
x-alert.alert-accent a:active,
x-alert.alert-accent a:link {
  color: var(--color-accent-shaded, #a91b0b);
  border-bottom: 1px dashed var(--color-accent-shaded, #a91b0b);
}
.is-dark-mode x-alert.alert-accent a,
.is-dark-mode x-alert.alert-accent a:active,
.is-dark-mode x-alert.alert-accent a:link {
  color: var(--color-accent-shadest, #6d1207);
  border-bottom: 1px dashed var(--color-accent-shade, #ce210e);
}
x-alert.alert-danger {
  color: var(--color-danger-shaded, #9a2530) !important;
  background-color: var(--color-danger-lucid, #fae1e3) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-danger-rgb, 220, 53, 69), 0.25) !important;
}
.is-dark-mode x-alert.alert-danger {
  color: var(--color-danger-shadest, #63181f) !important;
  background-color: var(--color-danger-tinted, #e7727d) !important;
  box-shadow: 0 0 0 1px var(--color-danger-shadest, #63181f) !important;
}
x-alert.alert-danger hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-danger-shade, #bb2d3b);
}
.is-dark-mode x-alert.alert-danger hr {
  border-top-color: var(--color-danger-shaded, #9a2530);
}
x-alert.alert-danger a,
x-alert.alert-danger a:active,
x-alert.alert-danger a:link {
  color: var(--color-danger-shaded, #9a2530);
  border-bottom: 1px dashed var(--color-danger-shaded, #9a2530);
}
.is-dark-mode x-alert.alert-danger a,
.is-dark-mode x-alert.alert-danger a:active,
.is-dark-mode x-alert.alert-danger a:link {
  color: var(--color-danger-shadest, #63181f);
  border-bottom: 1px dashed var(--color-danger-shade, #bb2d3b);
}
x-alert.alert-warning {
  color: var(--color-warning-shaded, #9f7221) !important;
  background-color: var(--color-warning-lucid, #fbf1e0) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-warning-rgb, 227, 163, 47), 0.25) !important;
}
.is-dark-mode x-alert.alert-warning {
  color: var(--color-warning-shadest, #664915) !important;
  background-color: var(--color-warning-tinted, #ebbf6d) !important;
  box-shadow: 0 0 0 1px var(--color-warning-shadest, #664915) !important;
}
x-alert.alert-warning hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-warning-shade, #c18b28);
}
.is-dark-mode x-alert.alert-warning hr {
  border-top-color: var(--color-warning-shaded, #9f7221);
}
x-alert.alert-warning a,
x-alert.alert-warning a:active,
x-alert.alert-warning a:link {
  color: var(--color-warning-shaded, #9f7221);
  border-bottom: 1px dashed var(--color-warning-shaded, #9f7221);
}
.is-dark-mode x-alert.alert-warning a,
.is-dark-mode x-alert.alert-warning a:active,
.is-dark-mode x-alert.alert-warning a:link {
  color: var(--color-warning-shadest, #664915);
  border-bottom: 1px dashed var(--color-warning-shade, #c18b28);
}
x-alert.alert-success {
  color: var(--color-success-shaded, #007a4a) !important;
  background-color: var(--color-success-lucid, #d9f3e9) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-success-rgb, 0, 174, 105), 0.25) !important;
}
.is-dark-mode x-alert.alert-success {
  color: var(--color-success-shadest, #004e2f) !important;
  background-color: var(--color-success-tinted, #4dc696) !important;
  box-shadow: 0 0 0 1px var(--color-success-shadest, #004e2f) !important;
}
x-alert.alert-success hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-success-shade, #009459);
}
.is-dark-mode x-alert.alert-success hr {
  border-top-color: var(--color-success-shaded, #007a4a);
}
x-alert.alert-success a,
x-alert.alert-success a:active,
x-alert.alert-success a:link {
  color: var(--color-success-shaded, #007a4a);
  border-bottom: 1px dashed var(--color-success-shaded, #007a4a);
}
.is-dark-mode x-alert.alert-success a,
.is-dark-mode x-alert.alert-success a:active,
.is-dark-mode x-alert.alert-success a:link {
  color: var(--color-success-shadest, #004e2f);
  border-bottom: 1px dashed var(--color-success-shade, #009459);
}
x-alert.alert-info {
  color: var(--color-info-shaded, #21778c) !important;
  background-color: var(--color-info-lucid, #e0f2f7) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-info-rgb, 47, 170, 200), 0.25) !important;
}
.is-dark-mode x-alert.alert-info {
  color: var(--color-info-shadest, #154d5a) !important;
  background-color: var(--color-info-tinted, #6dc4d9) !important;
  box-shadow: 0 0 0 1px var(--color-info-shadest, #154d5a) !important;
}
x-alert.alert-info hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-info-shade, #2891aa);
}
.is-dark-mode x-alert.alert-info hr {
  border-top-color: var(--color-info-shaded, #21778c);
}
x-alert.alert-info a,
x-alert.alert-info a:active,
x-alert.alert-info a:link {
  color: var(--color-info-shaded, #21778c);
  border-bottom: 1px dashed var(--color-info-shaded, #21778c);
}
.is-dark-mode x-alert.alert-info a,
.is-dark-mode x-alert.alert-info a:active,
.is-dark-mode x-alert.alert-info a:link {
  color: var(--color-info-shadest, #154d5a);
  border-bottom: 1px dashed var(--color-info-shade, #2891aa);
}
x-alert.alert-link {
  color: var(--color-link-shaded, #2e52a9) !important;
  background-color: var(--color-link-lucid, #e3eafd) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-link-rgb, 66, 117, 242), 0.25) !important;
}
.is-dark-mode x-alert.alert-link {
  color: var(--color-link-shadest, #1e356d) !important;
  background-color: var(--color-link-tinted, #7b9ef6) !important;
  box-shadow: 0 0 0 1px var(--color-link-shadest, #1e356d) !important;
}
x-alert.alert-link hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-link-shade, #3863ce);
}
.is-dark-mode x-alert.alert-link hr {
  border-top-color: var(--color-link-shaded, #2e52a9);
}
x-alert.alert-link a,
x-alert.alert-link a:active,
x-alert.alert-link a:link {
  color: var(--color-link-shaded, #2e52a9);
  border-bottom: 1px dashed var(--color-link-shaded, #2e52a9);
}
.is-dark-mode x-alert.alert-link a,
.is-dark-mode x-alert.alert-link a:active,
.is-dark-mode x-alert.alert-link a:link {
  color: var(--color-link-shadest, #1e356d);
  border-bottom: 1px dashed var(--color-link-shade, #3863ce);
}
x-alert.alert-blue {
  color: var(--color-blue-shaded, #20437f) !important;
  background-color: var(--color-blue-lucid, #e0e7f4) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-blue-rgb, 45, 95, 181), 0.25) !important;
}
.is-dark-mode x-alert.alert-blue {
  color: var(--color-blue-shadest, #142b51) !important;
  background-color: var(--color-blue-tinted, #6c8fcb) !important;
  box-shadow: 0 0 0 1px var(--color-blue-shadest, #142b51) !important;
}
x-alert.alert-blue hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-blue-shade, #26519a);
}
.is-dark-mode x-alert.alert-blue hr {
  border-top-color: var(--color-blue-shaded, #20437f);
}
x-alert.alert-blue a,
x-alert.alert-blue a:active,
x-alert.alert-blue a:link {
  color: var(--color-blue-shaded, #20437f);
  border-bottom: 1px dashed var(--color-blue-shaded, #20437f);
}
.is-dark-mode x-alert.alert-blue a,
.is-dark-mode x-alert.alert-blue a:active,
.is-dark-mode x-alert.alert-blue a:link {
  color: var(--color-blue-shadest, #142b51);
  border-bottom: 1px dashed var(--color-blue-shade, #26519a);
}
x-alert.alert-indigo {
  color: var(--color-indigo-shaded, #3b457d) !important;
  background-color: var(--color-indigo-lucid, #e5e8f4) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-indigo-rgb, 84, 99, 179), 0.25) !important;
}
.is-dark-mode x-alert.alert-indigo {
  color: var(--color-indigo-shadest, #262d51) !important;
  background-color: var(--color-indigo-tinted, #8792ca) !important;
  box-shadow: 0 0 0 1px var(--color-indigo-shadest, #262d51) !important;
}
x-alert.alert-indigo hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-indigo-shade, #475498);
}
.is-dark-mode x-alert.alert-indigo hr {
  border-top-color: var(--color-indigo-shaded, #3b457d);
}
x-alert.alert-indigo a,
x-alert.alert-indigo a:active,
x-alert.alert-indigo a:link {
  color: var(--color-indigo-shaded, #3b457d);
  border-bottom: 1px dashed var(--color-indigo-shaded, #3b457d);
}
.is-dark-mode x-alert.alert-indigo a,
.is-dark-mode x-alert.alert-indigo a:active,
.is-dark-mode x-alert.alert-indigo a:link {
  color: var(--color-indigo-shadest, #262d51);
  border-bottom: 1px dashed var(--color-indigo-shade, #475498);
}
x-alert.alert-purple {
  color: var(--color-purple-shaded, #583c8b) !important;
  background-color: var(--color-purple-lucid, #ece6f7) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-purple-rgb, 125, 85, 199), 0.25) !important;
}
.is-dark-mode x-alert.alert-purple {
  color: var(--color-purple-shadest, #38265a) !important;
  background-color: var(--color-purple-tinted, #a488d8) !important;
  box-shadow: 0 0 0 1px var(--color-purple-shadest, #38265a) !important;
}
x-alert.alert-purple hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-purple-shade, #6a48a9);
}
.is-dark-mode x-alert.alert-purple hr {
  border-top-color: var(--color-purple-shaded, #583c8b);
}
x-alert.alert-purple a,
x-alert.alert-purple a:active,
x-alert.alert-purple a:link {
  color: var(--color-purple-shaded, #583c8b);
  border-bottom: 1px dashed var(--color-purple-shaded, #583c8b);
}
.is-dark-mode x-alert.alert-purple a,
.is-dark-mode x-alert.alert-purple a:active,
.is-dark-mode x-alert.alert-purple a:link {
  color: var(--color-purple-shadest, #38265a);
  border-bottom: 1px dashed var(--color-purple-shade, #6a48a9);
}
x-alert.alert-pink {
  color: var(--color-pink-shaded, #ac4c6d) !important;
  background-color: var(--color-pink-lucid, #fee9f0) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-pink-rgb, 246, 109, 155), 0.25) !important;
}
.is-dark-mode x-alert.alert-pink {
  color: var(--color-pink-shadest, #6f3146) !important;
  background-color: var(--color-pink-tinted, #f999b9) !important;
  box-shadow: 0 0 0 1px var(--color-pink-shadest, #6f3146) !important;
}
x-alert.alert-pink hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-pink-shade, #d15d84);
}
.is-dark-mode x-alert.alert-pink hr {
  border-top-color: var(--color-pink-shaded, #ac4c6d);
}
x-alert.alert-pink a,
x-alert.alert-pink a:active,
x-alert.alert-pink a:link {
  color: var(--color-pink-shaded, #ac4c6d);
  border-bottom: 1px dashed var(--color-pink-shaded, #ac4c6d);
}
.is-dark-mode x-alert.alert-pink a,
.is-dark-mode x-alert.alert-pink a:active,
.is-dark-mode x-alert.alert-pink a:link {
  color: var(--color-pink-shadest, #6f3146);
  border-bottom: 1px dashed var(--color-pink-shade, #d15d84);
}
x-alert.alert-red {
  color: var(--color-red-shaded, #8b2a26) !important;
  background-color: var(--color-red-lucid, #f7e2e1) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-red-rgb, 199, 60, 54), 0.25) !important;
}
.is-dark-mode x-alert.alert-red {
  color: var(--color-red-shadest, #5a1b18) !important;
  background-color: var(--color-red-tinted, #d87772) !important;
  box-shadow: 0 0 0 1px var(--color-red-shadest, #5a1b18) !important;
}
x-alert.alert-red hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-red-shade, #a9332e);
}
.is-dark-mode x-alert.alert-red hr {
  border-top-color: var(--color-red-shaded, #8b2a26);
}
x-alert.alert-red a,
x-alert.alert-red a:active,
x-alert.alert-red a:link {
  color: var(--color-red-shaded, #8b2a26);
  border-bottom: 1px dashed var(--color-red-shaded, #8b2a26);
}
.is-dark-mode x-alert.alert-red a,
.is-dark-mode x-alert.alert-red a:active,
.is-dark-mode x-alert.alert-red a:link {
  color: var(--color-red-shadest, #5a1b18);
  border-bottom: 1px dashed var(--color-red-shade, #a9332e);
}
x-alert.alert-orange {
  color: var(--color-orange-shaded, #985725) !important;
  background-color: var(--color-orange-lucid, #f9ebe1) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-orange-rgb, 217, 124, 53), 0.25) !important;
}
.is-dark-mode x-alert.alert-orange {
  color: var(--color-orange-shadest, #623818) !important;
  background-color: var(--color-orange-tinted, #e4a372) !important;
  box-shadow: 0 0 0 1px var(--color-orange-shadest, #623818) !important;
}
x-alert.alert-orange hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-orange-shade, #b8692d);
}
.is-dark-mode x-alert.alert-orange hr {
  border-top-color: var(--color-orange-shaded, #985725);
}
x-alert.alert-orange a,
x-alert.alert-orange a:active,
x-alert.alert-orange a:link {
  color: var(--color-orange-shaded, #985725);
  border-bottom: 1px dashed var(--color-orange-shaded, #985725);
}
.is-dark-mode x-alert.alert-orange a,
.is-dark-mode x-alert.alert-orange a:active,
.is-dark-mode x-alert.alert-orange a:link {
  color: var(--color-orange-shadest, #623818);
  border-bottom: 1px dashed var(--color-orange-shade, #b8692d);
}
x-alert.alert-yellow {
  color: var(--color-yellow-shaded, #947a23) !important;
  background-color: var(--color-yellow-lucid, #f9f3e0) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-yellow-rgb, 212, 174, 50), 0.25) !important;
}
.is-dark-mode x-alert.alert-yellow {
  color: var(--color-yellow-shadest, #5f4e17) !important;
  background-color: var(--color-yellow-tinted, #e1c670) !important;
  box-shadow: 0 0 0 1px var(--color-yellow-shadest, #5f4e17) !important;
}
x-alert.alert-yellow hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-yellow-shade, #b4942b);
}
.is-dark-mode x-alert.alert-yellow hr {
  border-top-color: var(--color-yellow-shaded, #947a23);
}
x-alert.alert-yellow a,
x-alert.alert-yellow a:active,
x-alert.alert-yellow a:link {
  color: var(--color-yellow-shaded, #947a23);
  border-bottom: 1px dashed var(--color-yellow-shaded, #947a23);
}
.is-dark-mode x-alert.alert-yellow a,
.is-dark-mode x-alert.alert-yellow a:active,
.is-dark-mode x-alert.alert-yellow a:link {
  color: var(--color-yellow-shadest, #5f4e17);
  border-bottom: 1px dashed var(--color-yellow-shade, #b4942b);
}
x-alert.alert-green {
  color: var(--color-green-shaded, #278750) !important;
  background-color: var(--color-green-lucid, #e1f6ea) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-green-rgb, 56, 193, 114), 0.25) !important;
}
.is-dark-mode x-alert.alert-green {
  color: var(--color-green-shadest, #195733) !important;
  background-color: var(--color-green-tinted, #74d49c) !important;
  box-shadow: 0 0 0 1px var(--color-green-shadest, #195733) !important;
}
x-alert.alert-green hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-green-shade, #30a461);
}
.is-dark-mode x-alert.alert-green hr {
  border-top-color: var(--color-green-shaded, #278750);
}
x-alert.alert-green a,
x-alert.alert-green a:active,
x-alert.alert-green a:link {
  color: var(--color-green-shaded, #278750);
  border-bottom: 1px dashed var(--color-green-shaded, #278750);
}
.is-dark-mode x-alert.alert-green a,
.is-dark-mode x-alert.alert-green a:active,
.is-dark-mode x-alert.alert-green a:link {
  color: var(--color-green-shadest, #195733);
  border-bottom: 1px dashed var(--color-green-shade, #30a461);
}
x-alert.alert-teal {
  color: var(--color-teal-shaded, #36867f) !important;
  background-color: var(--color-teal-lucid, #e4f6f4) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-teal-rgb, 77, 192, 181), 0.25) !important;
}
.is-dark-mode x-alert.alert-teal {
  color: var(--color-teal-shadest, #235651) !important;
  background-color: var(--color-teal-tinted, #82d3cb) !important;
  box-shadow: 0 0 0 1px var(--color-teal-shadest, #235651) !important;
}
x-alert.alert-teal hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-teal-shade, #41a39a);
}
.is-dark-mode x-alert.alert-teal hr {
  border-top-color: var(--color-teal-shaded, #36867f);
}
x-alert.alert-teal a,
x-alert.alert-teal a:active,
x-alert.alert-teal a:link {
  color: var(--color-teal-shaded, #36867f);
  border-bottom: 1px dashed var(--color-teal-shaded, #36867f);
}
.is-dark-mode x-alert.alert-teal a,
.is-dark-mode x-alert.alert-teal a:active,
.is-dark-mode x-alert.alert-teal a:link {
  color: var(--color-teal-shadest, #235651);
  border-bottom: 1px dashed var(--color-teal-shade, #41a39a);
}
x-alert.alert-cyan {
  color: var(--color-cyan-shaded, #4c7da5) !important;
  background-color: var(--color-cyan-lucid, #e9f3fc) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-cyan-rgb, 108, 178, 235), 0.25) !important;
}
.is-dark-mode x-alert.alert-cyan {
  color: var(--color-cyan-shadest, #31506a) !important;
  background-color: var(--color-cyan-tinted, #98c9f1) !important;
  box-shadow: 0 0 0 1px var(--color-cyan-shadest, #31506a) !important;
}
x-alert.alert-cyan hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-cyan-shade, #5c97c8);
}
.is-dark-mode x-alert.alert-cyan hr {
  border-top-color: var(--color-cyan-shaded, #4c7da5);
}
x-alert.alert-cyan a,
x-alert.alert-cyan a:active,
x-alert.alert-cyan a:link {
  color: var(--color-cyan-shaded, #4c7da5);
  border-bottom: 1px dashed var(--color-cyan-shaded, #4c7da5);
}
.is-dark-mode x-alert.alert-cyan a,
.is-dark-mode x-alert.alert-cyan a:active,
.is-dark-mode x-alert.alert-cyan a:link {
  color: var(--color-cyan-shadest, #31506a);
  border-bottom: 1px dashed var(--color-cyan-shade, #5c97c8);
}
x-alert.alert-brown {
  color: var(--color-brown-shaded, #3d3025) !important;
  background-color: var(--color-brown-lucid, #e6e3e1) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-brown-rgb, 87, 69, 53), 0.25) !important;
}
.is-dark-mode x-alert.alert-brown {
  color: var(--color-brown-shadest, #271f18) !important;
  background-color: var(--color-brown-tinted, #897d72) !important;
  box-shadow: 0 0 0 1px var(--color-brown-shadest, #271f18) !important;
}
x-alert.alert-brown hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-brown-shade, #4a3b2d);
}
.is-dark-mode x-alert.alert-brown hr {
  border-top-color: var(--color-brown-shaded, #3d3025);
}
x-alert.alert-brown a,
x-alert.alert-brown a:active,
x-alert.alert-brown a:link {
  color: var(--color-brown-shaded, #3d3025);
  border-bottom: 1px dashed var(--color-brown-shaded, #3d3025);
}
.is-dark-mode x-alert.alert-brown a,
.is-dark-mode x-alert.alert-brown a:active,
.is-dark-mode x-alert.alert-brown a:link {
  color: var(--color-brown-shadest, #271f18);
  border-bottom: 1px dashed var(--color-brown-shade, #4a3b2d);
}
x-alert.alert-stone {
  color: var(--color-stone-shaded, #27323f) !important;
  background-color: var(--color-stone-lucid, #e1e4e6) !important;
  box-shadow: 0 0 0 1px rgba(var(--color-stone-rgb, 56, 72, 90), 0.25) !important;
}
.is-dark-mode x-alert.alert-stone {
  color: var(--color-stone-shadest, #192029) !important;
  background-color: var(--color-stone-tinted, #747f8c) !important;
  box-shadow: 0 0 0 1px var(--color-stone-shadest, #192029) !important;
}
x-alert.alert-stone hr {
  margin: 0.675rem 0px;
  opacity: 0.2;
  border-top-color: var(--color-stone-shade, #303d4d);
}
.is-dark-mode x-alert.alert-stone hr {
  border-top-color: var(--color-stone-shaded, #27323f);
}
x-alert.alert-stone a,
x-alert.alert-stone a:active,
x-alert.alert-stone a:link {
  color: var(--color-stone-shaded, #27323f);
  border-bottom: 1px dashed var(--color-stone-shaded, #27323f);
}
.is-dark-mode x-alert.alert-stone a,
.is-dark-mode x-alert.alert-stone a:active,
.is-dark-mode x-alert.alert-stone a:link {
  color: var(--color-stone-shadest, #192029);
  border-bottom: 1px dashed var(--color-stone-shade, #303d4d);
}