.asteriskField {
    color: red;
}

.load-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 99999;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

.htmx-loader{
  display:none;
}
.htmx-request .htmx-loader{
  display:block;
}
.htmx-request.htmx-loader{
  display:block;
}

.django-ckeditor-widget{
  width: 100%;
}

.modal-body{
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

html[data-sensitive="hide"] .sensitive-text{
  color: transparent !important;
  background-color: #f0f0f0;
  border-radius: 4px;
}

html:not([data-sensitive]) .sensitive-text{
  color: transparent !important;
}

/* Alpinejs */
[x-cloak] {
  display: none !important;
}
/* fom Alpinejs */
