/* Envision Floating Div (EMFD) v2.0.5 */

.em-floating-div {
  transition: opacity 0.25s ease;
}

.emfd-is-fixed {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  will-change: transform, opacity;
}

.emfd-hidden {
  opacity: 0;
  pointer-events: none;
}

.emfd-placeholder {
  display: none;
}

.emfd-placeholder.emfd-active {
  display: block;
}
